mirror of
https://github.com/Magnus167/rustframe.git
synced 2025-08-20 04:00:01 +00:00
Simplify user guide build steps in CI workflows
This commit is contained in:
parent
3654c7053c
commit
c7552f2264
6
.github/workflows/docs-and-testcov.yml
vendored
6
.github/workflows/docs-and-testcov.yml
vendored
@ -170,10 +170,8 @@ jobs:
|
|||||||
|
|
||||||
- name: Build user guide
|
- name: Build user guide
|
||||||
run: |
|
run: |
|
||||||
cargo binstall mdbook -q
|
cargo binstall mdbook
|
||||||
cd docs
|
bash ./build.sh
|
||||||
./build.sh
|
|
||||||
cd ..
|
|
||||||
|
|
||||||
- name: Copy user guide to output directory
|
- name: Copy user guide to output directory
|
||||||
run: |
|
run: |
|
||||||
|
6
.github/workflows/run-unit-tests.yml
vendored
6
.github/workflows/run-unit-tests.yml
vendored
@ -81,7 +81,5 @@ jobs:
|
|||||||
|
|
||||||
- name: Test build user guide
|
- name: Test build user guide
|
||||||
run: |
|
run: |
|
||||||
cargo binstall mdbook -q
|
cargo binstall mdbook
|
||||||
cd docs
|
bash ./build.sh
|
||||||
./build.sh
|
|
||||||
cd ..
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user