diff options
author | Aleksey Kladov <[email protected]> | 2020-03-04 17:52:49 +0000 |
---|---|---|
committer | GitHub <[email protected]> | 2020-03-04 17:52:49 +0000 |
commit | 176aa920267a4575b05861d7f37a9614572313fd (patch) | |
tree | b1dfd69137edd54a712a534a6dac1cf6dcc0f0d2 /.github/workflows | |
parent | 2722184c6d53de560ff92e7af1f019c822669680 (diff) | |
parent | 558608548fd5c6e2e9e72222703f35113d7df10f (diff) |
Merge pull request #3460 from matklad/rustdoc
Huh?
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 1f4a3cfd3..816605dda 100644 --- a/.github/workflows/rustdoc.yaml +++ b/.github/workflows/rustdoc.yaml | |||
@@ -27,7 +27,7 @@ jobs: | |||
27 | run: cargo doc --all --no-deps | 27 | run: cargo doc --all --no-deps |
28 | 28 | ||
29 | - name: Deploy Docs | 29 | - name: Deploy Docs |
30 | uses: peaceiris/actions-gh-pages@364c31d33bb99327c77b3a5438a83a357a6729ad # v3.4.0 | 30 | uses: "peaceiris/actions-gh-pages@364c31d33bb99327c77b3a5438a83a357a6729ad" |
31 | github_token: ${{ secrets.GITHUB_TOKEN }} | 31 | github_token: ${{ secrets.GITHUB_TOKEN }} |
32 | publish_branch: gh-pages | 32 | publish_branch: gh-pages |
33 | publish_dir: ./book | 33 | publish_dir: ./book |