Skip to content

Commit

Permalink
Update docs ci, fixes upstream breaking change
Browse files Browse the repository at this point in the history
  • Loading branch information
imDema authored Jun 29, 2023
1 parent bf95530 commit c6f3f5d
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,13 @@ jobs:
run: cargo doc --color=always --no-deps --all
- name: Setup Pages
uses: actions/configure-pages@v3
- name: Fix file permissions
shell: sh
run: |
chmod -c -R +rX "target/doc" |
while read line; do
echo "::warning title=Invalid file permissions automatically fixed::$line"
done
- name: Upload artifact
uses: actions/upload-pages-artifact@v1
with:
Expand Down

0 comments on commit c6f3f5d

Please sign in to comment.