Skip to content

Commit

Permalink
Set Permissions for GHSite
Browse files Browse the repository at this point in the history
  • Loading branch information
cksapp committed Jan 2, 2025
1 parent 01a9e87 commit be4ef85
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/Build_DocsSite.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,9 @@ jobs:
with:
FixedVersion: '7.3.12'

- name: Set permissions for /docs directory
run: sudo chmod -R 777 /docs

- name: MkDocs GH-Deploy
if: github.ref == 'refs/heads/main'
shell: pwsh
Expand Down

0 comments on commit be4ef85

Please sign in to comment.