Skip to content

Commit

Permalink
removes debugging statements
Browse files Browse the repository at this point in the history
  • Loading branch information
livebe01 authored Feb 2, 2024
1 parent 3d08497 commit db15f89
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions .github/workflows/docker-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,20 +34,12 @@ jobs:
needs: build-docker
steps:
- uses: actions/checkout@v4
- name: Display file structure
run: ls -R
- name: Make a directory for the artifact
run: mkdir documents
- name: Discover the current directory
run: cd ~
- name: Discover the current directory
run: pwd
- uses: actions/download-artifact@v4
with:
name: documents
path: documents
- name: Display file structure
run: ls -R
- name: Deploy to GH Pages
uses: peaceiris/actions-gh-pages@v3
with:
Expand Down

0 comments on commit db15f89

Please sign in to comment.