mirror of
https://github.com/Magnus167/rustframe.git
synced 2025-08-19 22:50:01 +00:00
Add step to test user guide build in CI workflow
This commit is contained in:
parent
ca2ca2a738
commit
676af850ef
6
.github/workflows/run-unit-tests.yml
vendored
6
.github/workflows/run-unit-tests.yml
vendored
@ -78,3 +78,9 @@ jobs:
|
|||||||
uses: codecov/test-results-action@v1
|
uses: codecov/test-results-action@v1
|
||||||
with:
|
with:
|
||||||
token: ${{ secrets.CODECOV_TOKEN }}
|
token: ${{ secrets.CODECOV_TOKEN }}
|
||||||
|
|
||||||
|
- name: Test build user guide
|
||||||
|
run: |
|
||||||
|
cd docs
|
||||||
|
./build.sh
|
||||||
|
cd ..
|
||||||
|
Loading…
x
Reference in New Issue
Block a user