diff --git a/.github/workflows/pages.yml b/.github/workflows/pages.yml index 7c098ee..0d88c38 100644 --- a/.github/workflows/pages.yml +++ b/.github/workflows/pages.yml @@ -42,6 +42,14 @@ jobs: - name: Stage WASM run: mv web/dist dist/app + - name: Fix file permissions + shell: sh + run: | + chmod -c -R +rX dist | + while read line; do + echo "::warning title=Invalid file permissions automatically fixed::$line" + done + - name: Setup Pages uses: actions/configure-pages@v2 - name: Upload artifact