Skip to content

Commit ff55304

Browse files
committed
CI: fix doc CI
1 parent a024f7c commit ff55304

1 file changed

Lines changed: 1 addition & 4 deletions

File tree

.github/workflows/doc.yaml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ on:
55
push:
66
branches:
77
- main
8-
98

109
jobs:
1110
test:
@@ -15,13 +14,11 @@ jobs:
1514
steps:
1615
- uses: actions/checkout@v4
1716
- uses: dtolnay/rust-toolchain@nightly
18-
- name: add target
19-
run: rustup target add riscv64gc-unknown-none-elf
2017
- name: generate doc
2118
run: cargo doc --no-deps --all-features
2219
- name: Deploy to Github Pages
2320
uses: JamesIves/github-pages-deploy-action@v4
2421
with:
2522
single-commit: true
2623
branch: gh-pages
27-
folder: target/riscv64gc-unknown-none-elf/doc
24+
folder: target/doc

0 commit comments

Comments
 (0)