Skip to content

Commit

Permalink
Also deploy docs when triggering workflow changes
Browse files Browse the repository at this point in the history
  • Loading branch information
m90 committed Feb 13, 2024
1 parent 0fe983d commit fb4663b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/deploy-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,9 @@ name: Deploy Documenation site to GitHub Pages
on:
push:
branches: ['main']
paths: ['docs/**']
paths:
- 'docs/**'
- '.github/workflows/deploy-docs.yml'
workflow_dispatch:

permissions:
Expand Down

0 comments on commit fb4663b

Please sign in to comment.