Skip to content

Commit

Permalink
ci: fix permissions on docs publish workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
spwoodcock committed Sep 7, 2023
1 parent 37805c8 commit bb6829c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@ jobs:
- name: Build OpenAPi JSON
run: |
chmod -R 777 .
gosu appuser python scripts/gen_openapi_json.py -o docs/openapi.json
publish_docs:
Expand Down Expand Up @@ -89,4 +90,5 @@ jobs:
- name: Publish
run: |
chmod -R 777 .
gosu appuser mkdocs gh-deploy --force

0 comments on commit bb6829c

Please sign in to comment.