diff options
| author | Laurențiu Nicola <lnicola@dend.ro> | 2024-05-03 20:23:50 +0300 |
|---|---|---|
| committer | Laurențiu Nicola <lnicola@dend.ro> | 2024-05-03 20:23:50 +0300 |
| commit | 1f199fe17c7331c320cfbfc4754f66b0495eb6a2 (patch) | |
| tree | 2ec22b462ae9a096582ee54c197cfc554fe25d71 | |
| parent | 1e7c467843bd1d0bcf8bfc27d057adacfa716da7 (diff) | |
| download | rust-1f199fe17c7331c320cfbfc4754f66b0495eb6a2.tar.gz rust-1f199fe17c7331c320cfbfc4754f66b0495eb6a2.zip | |
Bump peaceiris/actions-gh-pages
| -rw-r--r-- | src/tools/rust-analyzer/.github/workflows/rustdoc.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tools/rust-analyzer/.github/workflows/rustdoc.yaml b/src/tools/rust-analyzer/.github/workflows/rustdoc.yaml index 12a1a791fda..f975bbaa510 100644 --- a/src/tools/rust-analyzer/.github/workflows/rustdoc.yaml +++ b/src/tools/rust-analyzer/.github/workflows/rustdoc.yaml @@ -26,7 +26,7 @@ jobs: run: cargo doc --all --no-deps - name: Deploy Docs - uses: peaceiris/actions-gh-pages@364c31d33bb99327c77b3a5438a83a357a6729ad # v3.4.0 + uses: peaceiris/actions-gh-pages@4f9cc6602d3f66b9c108549d475ec49e8ef4d45e # v4.0.0 with: github_token: ${{ secrets.GITHUB_TOKEN }} publish_branch: gh-pages |
