Skip to content

Commit 0d676b8

Browse files
committed
Add update permissions step to documentation workflow.
1 parent 5264106 commit 0d676b8

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/documentation.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,8 @@ jobs:
1919
inputs: Sources/ComposableArchitecture
2020
module-name: ComposableArchitecture
2121
output: Documentation
22+
- name: Update Permissions
23+
run: 'sudo chown --recursive $USER Documentation'
2224
- name: Deploy to GitHub Pages
2325
uses: JamesIves/github-pages-deploy-action@releases/v3
2426
with:

0 commit comments

Comments
 (0)