We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 571989d + cba84d2 commit 036ca90Copy full SHA for 036ca90
1 file changed
.github/workflows/gh-pages.yml
@@ -3,8 +3,11 @@ name: github-pages
3
on:
4
workflow_dispatch:
5
push:
6
+ paths:
7
+ - 'docs/**'
8
branches:
9
- master
10
+ - bugfix
11
12
# Taken from https://github.com/marketplace/actions/hugo-setup#%EF%B8%8F-workflow-for-autoprefixer-and-postcss-cli
13
# Both builds have to be one worflow as otherwise one publish will overwrite the other
0 commit comments