We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 99569ea + 118b9ad commit cea07bdCopy full SHA for cea07bd
1 file changed
src/tools/rust-analyzer/.github/workflows/rustdoc.yaml
@@ -31,7 +31,7 @@ jobs:
31
32
- name: Deploy Docs
33
if: github.event_name == 'push' && github.repository == 'rust-lang/rust-analyzer' && github.ref == 'refs/heads/master'
34
- uses: peaceiris/actions-gh-pages@4f9cc6602d3f66b9c108549d475ec49e8ef4d45e # v4.0.0
+ uses: peaceiris/actions-gh-pages@84c30a85c19949d7eee79c4ff27748b70285e453 # v4.1.0
35
with:
36
github_token: ${{ secrets.GITHUB_TOKEN }}
37
publish_branch: gh-pages
0 commit comments