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 ea0d319 commit f9d7a29Copy full SHA for f9d7a29
.github/workflows/deploy.yml
@@ -20,7 +20,7 @@ jobs:
20
- name: Upload artifact
21
uses: actions/upload-pages-artifact@v3
22
with:
23
- path: ./book
+ path: ./book/html
24
25
deploy:
26
if: github.repository_owner == 'rust-lang'
0 commit comments