Skip to content

Commit

Permalink
Update deploy-docs.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
sacha-l authored May 16, 2024
1 parent eebe60e commit 84bea48
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
- name: Clean docs folder
run: cd swarm_nl && cargo clean --doc
- name: Build docs
run: cd swarm_nl && cargo doc --no-deps
run: cd swarm_nl && cargo doc --no-deps --features=tokio-runtime
- name: Add redirect
run: cd swarm_nl && echo '<meta http-equiv="refresh" content="0;url=aoc/index.html">' > target/doc/index.html
- name: Remove lock file
Expand Down

0 comments on commit 84bea48

Please sign in to comment.