We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8896f1f commit e07d302Copy full SHA for e07d302
1 file changed
.github/workflows/deploy.yml
@@ -4,6 +4,8 @@ on:
4
push:
5
branches:
6
- main # Set this to your default branch
7
+ paths-ignore:
8
+ - 'docs/**'
9
10
# Sets permissions of the GITHUB_TOKEN to allow deployment to GitHub Pages
11
permissions:
0 commit comments