Add index.html in documentation build

main
Shad Amethyst 2 years ago committed by GitHub
parent 433a0587e2
commit 348fb21731
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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:

Loading…
Cancel
Save