Skip to content

Commit

Permalink
Update CI
Browse files Browse the repository at this point in the history
  • Loading branch information
imDema committed Mar 19, 2024
1 parent f603ff6 commit ab86195
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,9 @@ jobs:
~/.cargo/git/db/
target/
- name: Cargo Doc
run: cargo doc --color=always --no-deps --all
run: |
cargo doc --color=always --no-deps --all
echo "<meta http-equiv=\"refresh\" content=\"0; url=renoir\">" > target/doc/index.html
- name: Setup Pages
uses: actions/configure-pages@v3
- name: Fix file permissions
Expand Down

0 comments on commit ab86195

Please sign in to comment.