diff --git a/.github/workflows/doc.yml b/.github/workflows/doc.yml index 7c3650f..4e66783 100644 --- a/.github/workflows/doc.yml +++ b/.github/workflows/doc.yml @@ -22,6 +22,12 @@ jobs: - name: Create rustdoc run: cargo doc --document-private-items + - name: Fix permissions + run: | + chmod -c -R +rX "target/doc" | while read line; do + echo "::warning title=Invalid file permissions automatically fixed::$line" + done + - name: Upload artifacts uses: actions/upload-pages-artifact@v2 with: