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