mirror of
https://github.com/rzmk/ladderz.git
synced 2025-12-19 06:59:25 +00:00
ci: automate nested index.html fix
This commit is contained in:
parent
4ef3cf0da2
commit
bc6c7ca4ba
1 changed files with 3 additions and 0 deletions
3
.github/workflows/deploy-docs.yml
vendored
3
.github/workflows/deploy-docs.yml
vendored
|
|
@ -20,6 +20,9 @@ jobs:
|
|||
run: |
|
||||
cd ladderz
|
||||
cargo doc
|
||||
rm -rf ./docs
|
||||
echo '<meta http-equiv="refresh" content="0; url=https://rzmk.github.io/ladderz/ladderz/index.html" />' > ./target/doc/index.html
|
||||
cp -r ./target/doc ./docs
|
||||
cd ..
|
||||
|
||||
- name: Deploy to GitHub Pages
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue