Skip to content

Commit

Permalink
Fix page deploy again (#277)
Browse files Browse the repository at this point in the history
* fix page deploy again
  • Loading branch information
mattnite authored Nov 7, 2024
1 parent cef10d5 commit 0ebaefc
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/publish-github-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,9 +46,7 @@ jobs:
mkdir -p zig-out/www/downloads/microzig
# Download the artifact 'boxzer-out.tar.gz' if it exists
if ! gh release download "$release" --pattern "boxzer-out.tar.gz" --repo ${{ github.repository }} --dir . ; then
# Continue if it fails
fi
gh release download "$release" --pattern "boxzer-out.tar.gz" --repo ${{ github.repository }} --dir . || echo "Failed to download boxzer-out.tar.gz"
# Check if the tarball was downloaded and unpack it
if [ -f "boxzer-out.tar.gz" ]; then
Expand Down

0 comments on commit 0ebaefc

Please sign in to comment.