We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a024f7c commit ff55304Copy full SHA for ff55304
1 file changed
.github/workflows/doc.yaml
@@ -5,7 +5,6 @@ on:
5
push:
6
branches:
7
- main
8
-
9
10
jobs:
11
test:
@@ -15,13 +14,11 @@ jobs:
15
14
steps:
16
- uses: actions/checkout@v4
17
- uses: dtolnay/rust-toolchain@nightly
18
- - name: add target
19
- run: rustup target add riscv64gc-unknown-none-elf
20
- name: generate doc
21
run: cargo doc --no-deps --all-features
22
- name: Deploy to Github Pages
23
uses: JamesIves/github-pages-deploy-action@v4
24
with:
25
single-commit: true
26
branch: gh-pages
27
- folder: target/riscv64gc-unknown-none-elf/doc
+ folder: target/doc
0 commit comments