Skip to content

Commit

Permalink
fix: gh-pages docs redirection (#7)
Browse files Browse the repository at this point in the history
  • Loading branch information
Doublonmousse authored Jun 7, 2024
1 parent 6e60b25 commit 84d311e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,10 +37,10 @@ jobs:
shell: bash

- name: Configure root page
run: echo '<meta http-equiv="refresh" content="0; url=wave">' > docs-gh/index.html
run: echo '<meta http-equiv="refresh" content="0; url=ink_stroke_modeler_rs/index.html">' > docs-gh/index.html

- name: Deploy docs-gh
uses: peaceiris/actions-gh-pages@v3
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./docs-gh
publish_dir: ./docs-gh

0 comments on commit 84d311e

Please sign in to comment.