parent
ebff73314a
commit
0c009adcd0
1 changed files with 6 additions and 0 deletions
|
@ -17,5 +17,11 @@ jobs:
|
||||||
run: mdbook build
|
run: mdbook build
|
||||||
working-directory: docs
|
working-directory: docs
|
||||||
|
|
||||||
|
- name: Save artifacts
|
||||||
|
uses: actions/upload-artifact@v4
|
||||||
|
with:
|
||||||
|
name: docs
|
||||||
|
path: docs/build/
|
||||||
|
|
||||||
- name: Done
|
- name: Done
|
||||||
run: echo done!
|
run: echo done!
|
||||||
|
|
Loading…
Add table
Reference in a new issue