Skip to content

Commit

Permalink
ci(rssgen): 💚 fix github document action
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastienrousseau committed Sep 28, 2024
1 parent c698c88 commit ed11bf7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/document.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
RUSTDOCFLAGS="--cfg docsrs" \
cargo doc --no-deps --all-features --workspace
# Write index.html with redirect
echo '<html><head><meta http-equiv="refresh" content="0; url=/rssgen/"></head><body></body></html>' > ./target/doc/index.html
echo '<html><head><meta http-equiv="refresh" content="0; url=/rss_gen/"></head><body></body></html>' > ./target/doc/index.html
- name: Deploy
uses: actions/upload-artifact@v4.4.0
Expand Down

0 comments on commit ed11bf7

Please sign in to comment.