1
0
mirror of https://github.com/matrix-org/matrix-authentication-service.git synced 2025-11-19 00:26:27 +03:00

ci: fix the docs files permissions

This commit is contained in:
Quentin Gliech
2023-07-18 11:17:18 +02:00
parent ab00002acd
commit c8bf4c89b7

View File

@@ -62,6 +62,12 @@ jobs:
- name: Move the Rust documentation within the mdBook - name: Move the Rust documentation within the mdBook
run: mv target/doc target/book/rustdoc run: mv target/doc target/book/rustdoc
- name: Fix permissions
run: |
chmod -c -R +rX "_site/" | while read line; do
echo "::warning title=Invalid file permissions automatically fixed::$line"
done
- name: Upload GitHub Pages artifacts - name: Upload GitHub Pages artifacts
uses: actions/upload-pages-artifact@v2.0.0 uses: actions/upload-pages-artifact@v2.0.0
with: with: