Fix file perms in CI
This commit is contained in:
parent
cdd1c43110
commit
0b024bdfac
6
.github/workflows/docs.yml
vendored
6
.github/workflows/docs.yml
vendored
@ -46,6 +46,12 @@ jobs:
|
||||
- name: Write CNAME file
|
||||
run: echo "docs.protomask.ewpratten.com" > /tmp/combined/CNAME
|
||||
|
||||
- name: Fix permissions
|
||||
run: |
|
||||
chmod -c -R +rX "/tmp/combined/" | while read line; do
|
||||
echo "::warning title=Invalid file permissions automatically fixed::$line"
|
||||
done
|
||||
|
||||
- name: Upload artifact
|
||||
uses: actions/upload-pages-artifact@v2
|
||||
with:
|
||||
|
Loading…
x
Reference in New Issue
Block a user