diff --git a/.github/workflows/build-hash-router.yml b/.github/workflows/build-hash-router.yml index ffd4ed8893..12a5836f58 100644 --- a/.github/workflows/build-hash-router.yml +++ b/.github/workflows/build-hash-router.yml @@ -35,8 +35,9 @@ jobs: - name: Upload Build Artifact uses: actions/upload-pages-artifact@v4 with: - path: build + path: website/build + # See https://docusaurus.io/docs/deployment#triggering-deployment-with-github-actions deploy: name: Deploy to GitHub Pages # if: ${{ github.event_name != 'pull_request' && github.ref_name == 'main')}}