diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 433abe800..311ffe4ec 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -92,6 +92,7 @@ jobs: steps: - name: Download Mastodon todo uses: actions/download-artifact@v4 + continue-on-error: true with: name: mastodon-todo @@ -116,6 +117,7 @@ jobs: - name: Download Mastodon todo uses: actions/download-artifact@v4 + continue-on-error: true with: name: mastodon-todo