Skip to content

Commit

Permalink
troubleshooting deployment issues
Browse files Browse the repository at this point in the history
  • Loading branch information
livebe01 authored Feb 2, 2024
1 parent 9449a6d commit 984401b
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/docker-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,13 @@ jobs:
needs: build-docker
steps:
- uses: actions/checkout@master
- name: Display file structure
run: ls -R
- uses: actions/download-artifact@master
with:
name: documents
- name: Display file structure
run: ls -R
- name: Deploy to GH Pages
uses: peaceiris/actions-gh-pages@v3
with:
Expand All @@ -48,6 +52,8 @@ jobs:
user_name: ${{ github.actor }}
user_email: ${{ format('{0}@users.noreply.github.com', github.actor) }}
commit_message: "${{ format('Deploy to GitHub Pages: {0}', github.sha) }}"
- name: Display file structure
run: ls -R
- uses: kolpav/purge-artifacts-action@v1
with:
token: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit 984401b

Please sign in to comment.