diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 0c3432a2..f8a24ac8 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -24,6 +24,9 @@ jobs: with: path: ./result if-no-files-found: error + - uses: actions/upload-pages-artifact@v3 + with: + path: ./result deploy-preview: if: github.event_name == 'pull_request' @@ -65,5 +68,3 @@ jobs: steps: - id: deployment uses: actions/deploy-pages@v4 - with: - artifact_name: artifact