diff options
Diffstat (limited to '.github/workflows')
-rw-r--r-- | .github/workflows/rustdoc.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/rustdoc.yaml b/.github/workflows/rustdoc.yaml index 2ec42da14..e75e92695 100644 --- a/.github/workflows/rustdoc.yaml +++ b/.github/workflows/rustdoc.yaml | |||
@@ -31,5 +31,5 @@ jobs: | |||
31 | with: | 31 | with: |
32 | github_token: ${{ secrets.GITHUB_TOKEN }} | 32 | github_token: ${{ secrets.GITHUB_TOKEN }} |
33 | publish_branch: gh-pages | 33 | publish_branch: gh-pages |
34 | publish_dir: ./book | 34 | publish_dir: ./target/doc |
35 | force_orphan: true | 35 | force_orphan: true |