diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index fcfc5e7..e20a9a6 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -15,7 +15,7 @@ jobs: - name: Download bundle artifact uses: actions/download-artifact@v2 with: - name: website + name: website-static-bundle path: ./public - name: Deploy to GitHub Pages