Skip to content

Commit

Permalink
ci: fix deployed docs index
Browse files Browse the repository at this point in the history
  • Loading branch information
snormore committed Apr 24, 2024
1 parent 1ca5bd2 commit a3bf5bd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ jobs:
cargo doc --lib --no-deps
rm -f target/doc/.lock
cp -r target/doc _site
echo "<meta http-equiv=\"refresh\" content=\"0; url=owned_ref_cell\">" > _site/index.html
chmod -R +rX _site
- name: Upload artifact
Expand Down

0 comments on commit a3bf5bd

Please sign in to comment.