diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 1f0e9b0..d4e89b9 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -57,6 +57,7 @@ jobs: - name: Upload artifact uses: actions/upload-pages-artifact@v1 with: + name: github-pages path: ./build deploy: @@ -68,4 +69,4 @@ jobs: steps: - name: Deploy to GitHub Pages id: deployment - uses: actions/deploy-pages@v1 + uses: actions/deploy-pages@v3