We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1a556b3 commit 4eed9a8Copy full SHA for 4eed9a8
1 file changed
.github/workflows/deploy-site.yml
@@ -3,7 +3,7 @@ name: Deploy site to GitHub Pages
3
on:
4
push:
5
branches: [main]
6
- paths: ['site/**', 'src/**', 'docs/**']
+ paths: ['site/**', 'src/**', 'docs/**', 'scripts/**', '.github/workflows/**']
7
workflow_dispatch:
8
9
permissions:
0 commit comments