diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 465131b..0332bc0 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -63,8 +63,11 @@ jobs: if: github.event_name == 'push' && github.ref == 'refs/heads/main' uses: actions/upload-pages-artifact@v3 with: + name: github-pages path: ./build - name: Deploy Production if: github.event_name == 'push' && github.ref == 'refs/heads/main' uses: actions/deploy-pages@v3 + with: + artifact_name: github-pages