aboutsummaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorAleksey Kladov <[email protected]>2020-03-04 17:58:33 +0000
committerAleksey Kladov <[email protected]>2020-03-04 17:58:33 +0000
commitf1a0e16ecf7c63ac9046b3ae11bbd1e933da92d4 (patch)
tree5b47a18dd646cc59babca770427fa9ca4439230f /.github
parenta17c3f791c672c41107e9b4d1ea180bfa989c784 (diff)
Fix rustdoc some more
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/rustdoc.yaml2
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