Skip to content

Commit 19e0644

Browse files
authored
Merge pull request #17 from trading-point/michael/documentation
Fix issues with documentation workflow
2 parents f1394f1 + 0d676b8 commit 19e0644

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/documentation.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,11 @@ 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:
25-
ACCESS_TOKEN: ${{ secrets.ACCESS_TOKEN }}
27+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
2628
BRANCH: gh-pages
2729
FOLDER: Documentation

0 commit comments

Comments
 (0)