From 0ebaefc61522e7010c61459f99b9e24159f32d70 Mon Sep 17 00:00:00 2001 From: Matt Knight Date: Wed, 6 Nov 2024 23:01:07 -0800 Subject: [PATCH] Fix page deploy again (#277) * fix page deploy again --- .github/workflows/publish-github-pages.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/publish-github-pages.yml b/.github/workflows/publish-github-pages.yml index 0880ad63..adec84db 100644 --- a/.github/workflows/publish-github-pages.yml +++ b/.github/workflows/publish-github-pages.yml @@ -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