You've already forked authentication-service
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:
6
.github/workflows/docs.yaml
vendored
6
.github/workflows/docs.yaml
vendored
@@ -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:
|
||||||
|
|||||||
Reference in New Issue
Block a user