diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 4aacbbf..2850db2 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -29,9 +29,11 @@ jobs: name: github-pages url: ${{ steps.deployment.outputs.page_url }} steps: + - name: Upload artifact + uses: actions/upload-artifact@v4 + with: + name: github-pages + path: ./docs-dist - name: Deploy to GitHub Pages id: deployment uses: actions/deploy-pages@v4 - with: - github_token: ${{ secrets.GITHUB_TOKEN }} - publish_dir: ./docs-dist