Skip to content

Commit

Permalink
Fix docs redirect url
Browse files Browse the repository at this point in the history
  • Loading branch information
d-k-bo committed Aug 5, 2023
1 parent 3044eca commit 84bee3c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
- name: Make docs directory writable
run: sudo chmod -R 777 ./target/doc
- name: Create redirect to opusenc crate docs
run: echo "<meta http-equiv=\"refresh\" content=\"0; url=build_wheel\">" > target/doc/index.html
run: echo "<meta http-equiv=\"refresh\" content=\"0; url=opusenc\">" > target/doc/index.html
- name: Deploy
uses: peaceiris/actions-gh-pages@v3
if: github.ref == 'refs/heads/main'
Expand Down

0 comments on commit 84bee3c

Please sign in to comment.