update CI for build api doc
This commit is contained in:
parent
b8e368bf39
commit
3995a58fb1
1 changed files with 2 additions and 2 deletions
4
.github/workflows/build-doc.yml
vendored
4
.github/workflows/build-doc.yml
vendored
|
@ -22,10 +22,10 @@ jobs:
|
|||
with:
|
||||
github_token: ${{ secrets.GITHUB_TOKEN }}
|
||||
publish_dir: ./os/target/riscv64gc-unknown-none-elf/doc
|
||||
destination_dir: ./public/${{ github.ref_name }}
|
||||
destination_dir: ./docs/${{ github.ref_name }}
|
||||
- name: Deploy index.html to Github Pages
|
||||
uses: peaceiris/actions-gh-pages@v3
|
||||
with:
|
||||
github_token: ${{ secrets.GITHUB_TOKEN }}
|
||||
publish_dir: ./public
|
||||
destination_dir: ./public
|
||||
destination_dir: ./docs
|
Loading…
Add table
Add a link
Reference in a new issue