Skip to content

Commit

Permalink
try to fix doc deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
guilliamxavier authored Oct 5, 2023
1 parent 5f4d4a3 commit 27db43a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/doc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,8 @@ jobs:
run: cargo doc
- name: Add root index.html with redirect
run: echo '<meta http-equiv="refresh" content="0; url=rustic_json/"/>' > ./target/doc/index.html
- name: Prevent permission error
run: rm -f ./target/doc/.lock
- name: Upload artifact
uses: actions/upload-pages-artifact@v2
with:
Expand Down

0 comments on commit 27db43a

Please sign in to comment.