Skip to content

Commit

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

0 comments on commit 4a40acc

Please sign in to comment.