Skip to content

Commit

Permalink
Update reroute
Browse files Browse the repository at this point in the history
  • Loading branch information
EricLBuehler committed Oct 27, 2023
1 parent 1d3f81e commit 735de82
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
run: |
cargo doc --no-deps
rm -rf ./docs
echo "<meta http-equiv=\"refresh\" content=\"0; url=candle_lora/index.html\">" > target/doc/index.html
echo "<meta http-equiv=\"refresh\" content=\"0; url=candle_lora">" > target/doc/index.html
cp -r target/doc ./docs
- name: Upload artifact
uses: actions/upload-pages-artifact@v2
Expand Down

0 comments on commit 735de82

Please sign in to comment.