Skip to content

Commit

Permalink
change crate name for doc index
Browse files Browse the repository at this point in the history
  • Loading branch information
makeecat committed Aug 27, 2024
1 parent 0fda0f3 commit cc10c98
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- name: Prepare docs for deployment
run: |
mkdir gh-pages
echo "<meta http-equiv=\"refresh\" content=\"0; url=Peng\index.html\">" > target/doc/index.html
echo "<meta http-equiv=\"refresh\" content=\"0; url=peng_quad\index.html\">" > target/doc/index.html
mv target/doc/* gh-pages/
touch gh-pages/.nojekyll
- name: Deploy Docs
Expand Down

0 comments on commit cc10c98

Please sign in to comment.