We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f1394f1 + 0d676b8 commit 19e0644Copy full SHA for 19e0644
.github/workflows/documentation.yml
@@ -19,9 +19,11 @@ jobs:
19
inputs: Sources/ComposableArchitecture
20
module-name: ComposableArchitecture
21
output: Documentation
22
+ - name: Update Permissions
23
+ run: 'sudo chown --recursive $USER Documentation'
24
- name: Deploy to GitHub Pages
25
uses: JamesIves/github-pages-deploy-action@releases/v3
26
with:
- ACCESS_TOKEN: ${{ secrets.ACCESS_TOKEN }}
27
+ GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
28
BRANCH: gh-pages
29
FOLDER: Documentation
0 commit comments