diff --git a/.github/workflows/another-workflow.yml b/.github/workflows/another-workflow.yml index ecdfdc3..2af7448 100644 --- a/.github/workflows/another-workflow.yml +++ b/.github/workflows/another-workflow.yml @@ -33,6 +33,8 @@ jobs: uses: actions/checkout@v3 - name: Setup Pages uses: actions/configure-pages@v3 + - name: Fix permissions + run: chmod -c -R +rX "webpageA" - name: Upload artifact uses: actions/upload-pages-artifact@v2 with: