aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows
diff options
context:
space:
mode:
authorAleksey Kladov <[email protected]>2020-03-04 17:58:51 +0000
committerGitHub <[email protected]>2020-03-04 17:58:51 +0000
commitcbd34d1bdfa663c185f4b600f983fab7792a6f5a (patch)
tree5b47a18dd646cc59babca770427fa9ca4439230f /.github/workflows
parenta17c3f791c672c41107e9b4d1ea180bfa989c784 (diff)
parentf1a0e16ecf7c63ac9046b3ae11bbd1e933da92d4 (diff)
Merge pull request #3463 from matklad/doc3
Fix rustdoc some more
Diffstat (limited to '.github/workflows')
-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