Skip to content

Commit

Permalink
No commit message
Browse files Browse the repository at this point in the history
  • Loading branch information
davidzeng0 committed Jul 27, 2024
1 parent e5f1adc commit c9f42d3
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:
run: |
rustup update
cargo doc --no-deps
echo '<meta http-equiv="refresh" content="0; url=xx-core">' > target/doc/index.html
echo '<meta http-equiv="refresh" content="0; url=xx_core">' > target/doc/index.html
rm target/doc/.lock
- name: Upload pages
uses: actions/upload-pages-artifact@v3
Expand Down

0 comments on commit c9f42d3

Please sign in to comment.