We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c0eb521 commit a0d4f1fCopy full SHA for a0d4f1f
.github/workflows/ci.yml
@@ -27,9 +27,10 @@ jobs:
27
path: book/html
28
if: github.event_name == 'push' && github.ref == 'refs/heads/master' && github.repository_owner == 'rust-lang'
29
30
+ # Deploy is run as a separate job as it needs elevated permissions
31
deploy:
32
name: deploy
- needs: test
33
+ needs: test # the `test` job uploads the pages artifact
34
35
permissions:
36
pages: write
0 commit comments