Skip to content

Commit

Permalink
redirect typo fix
Browse files Browse the repository at this point in the history
  • Loading branch information
seankim658 committed Jul 14, 2024
1 parent a33716f commit eb07fe2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/rust-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- name: Build Documentation
run: cargo doc --all --no-deps
- name: Create index.html
run: echo '<meta http-equiv="refresh" content="0; url=codeprompt/index.html">' > target/doc/index.html
run: echo '<meta http-equiv="refresh" content="0; url=codeprompts/index.html">' > target/doc/index.html
- name: Deploy Docs
uses: peaceiris/actions-gh-pages@v4
with:
Expand Down

0 comments on commit eb07fe2

Please sign in to comment.