|
|
|
@ -29,6 +29,9 @@ jobs:
|
|
|
|
|
- name: Build Documentation
|
|
|
|
|
run: cargo doc --all --no-deps
|
|
|
|
|
|
|
|
|
|
- name: Add index.html
|
|
|
|
|
run: cp index.html target/doc/index.html
|
|
|
|
|
|
|
|
|
|
- name: Deploy Docs
|
|
|
|
|
uses: peaceiris/actions-gh-pages@364c31d33bb99327c77b3a5438a83a357a6729ad # v3.4.0
|
|
|
|
|
with:
|
|
|
|
|