We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 559ec83 commit f0b7415Copy full SHA for f0b7415
.github/workflows/main.yml
@@ -130,6 +130,9 @@ jobs:
130
131
- if: matrix.build-dev-dashboard
132
run: ./build-exec ./CI/build-dev-dashboard.sh
133
+ - if: matrix.build-dev-dashboard
134
+ name: Relax artifact permissions
135
+ run: sudo chown -R $USER .build/html
136
137
id: deployment
138
uses: actions/upload-pages-artifact@v3
0 commit comments