ci: fix doc index
This commit is contained in:
parent
2101f17b7b
commit
87acba51f8
|
@ -36,7 +36,7 @@ jobs:
|
||||||
args: --no-deps --all-features
|
args: --no-deps --all-features
|
||||||
|
|
||||||
- name: Setup index
|
- name: Setup index
|
||||||
run: cp ./doc_index.html ./target/doc/
|
run: cp ./doc_index.html ./target/doc/index.html
|
||||||
|
|
||||||
- name: Deploy
|
- name: Deploy
|
||||||
uses: peaceiris/actions-gh-pages@v3
|
uses: peaceiris/actions-gh-pages@v3
|
||||||
|
|
Loading…
Reference in New Issue