Merge branch 'ch6' of https://github.com/hypocrasy/rCore-Tutorial-v3-comment into ch6
update build_doc
This commit is contained in:
commit
094ad2f09f
1 changed files with 3 additions and 3 deletions
4
.github/workflows/build-doc.yml
vendored
4
.github/workflows/build-doc.yml
vendored
|
@ -16,8 +16,8 @@ jobs:
|
||||||
rustup component add llvm-tools-preview
|
rustup component add llvm-tools-preview
|
||||||
rustup component add rust-src
|
rustup component add rust-src
|
||||||
cd os
|
cd os
|
||||||
cargo doc --no-deps --verbose
|
cargo doc --document-private-items --verbose
|
||||||
- name: Deploy to Github Pages
|
- name: Push to gh-pages
|
||||||
uses: peaceiris/actions-gh-pages@v3
|
uses: peaceiris/actions-gh-pages@v3
|
||||||
with:
|
with:
|
||||||
github_token: ${{ secrets.GITHUB_TOKEN }}
|
github_token: ${{ secrets.GITHUB_TOKEN }}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue