Skip to content

Commit

Permalink
chore: update docs yml
Browse files Browse the repository at this point in the history
  • Loading branch information
danthorpe committed Apr 18, 2024
1 parent 139aa69 commit a4a09df
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ on:
types:
- published
push:
branches:
- main
workflow_dispatch:

concurrency:
Expand Down Expand Up @@ -58,7 +60,7 @@ jobs:
done
- name: Fix permissions
run: 'sudo chown -R $USER docs-out'
run: "sudo chown -R $USER docs-out"

- name: Publish documentation to GitHub Pages
uses: JamesIves/github-pages-deploy-action@v4
Expand Down

0 comments on commit a4a09df

Please sign in to comment.