ci: fix doc index
This commit is contained in:
parent
2101f17b7b
commit
87acba51f8
|
@ -36,10 +36,10 @@ 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
|
||||||
with:
|
with:
|
||||||
github_token: ${{ secrets.GITHUB_TOKEN }}
|
github_token: ${{ secrets.GITHUB_TOKEN }}
|
||||||
publish_dir: ./target/doc
|
publish_dir: ./target/doc
|
||||||
|
|
Loading…
Reference in New Issue