We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 99d7a47 commit 58d2b24Copy full SHA for 58d2b24
1 file changed
.github/workflows/pages.yml
@@ -3,6 +3,11 @@ name: Deploy to GitHub Pages
3
on:
4
push:
5
branches: [main]
6
+ paths:
7
+ - '*.md'
8
+ - 'docs/**'
9
+ - '_config.yml'
10
+ - '.github/workflows/pages.yml'
11
workflow_dispatch:
12
13
permissions:
0 commit comments