Skip to content

Commit

Permalink
test: set permissions for webpage folder to upload
Browse files Browse the repository at this point in the history
Need it to upload to have a seperate github page
  • Loading branch information
Oscar Vagle committed Aug 16, 2023
1 parent 3690801 commit cfd7682
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/another-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit cfd7682

Please sign in to comment.