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 4916c99 commit 10dd834Copy full SHA for 10dd834
1 file changed
.github/workflows/pages.yml
@@ -1,9 +1,13 @@
1
name: pages
2
3
on:
4
- # Pages requires the GitHub Pages site to be enabled on the repo. On
5
- # private repos with the free plan, that needs a paid plan or a
6
- # public-visibility flip. Until then this workflow is manual-only.
+ push:
+ branches: [main]
+ paths:
7
+ - "docs/**"
8
+ - "mkdocs.yml"
9
+ - ".github/workflows/pages.yml"
10
+ - "assets/**"
11
workflow_dispatch:
12
13
permissions:
0 commit comments