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 4198034 commit f56ae66Copy full SHA for f56ae66
.github/workflows/docker.yml
@@ -2,6 +2,9 @@ name: Build Docker
2
3
on:
4
push:
5
+ paths:
6
+ # Trigger only when wiki directory changes
7
+ - 'validator/**'
8
branches: [ master ]
9
10
validator/requirements.txt
@@ -1,2 +1,5 @@
1
--e git+https://github.com/jonbeebe/frontmatter.git#egg=accd644b15a5ac7adaab261655eb552065020821
-validators==0.17.1
+decorator==4.4.2
+-e git+https://github.com/jonbeebe/frontmatter.git@accd644b15a5ac7adaab261655eb552065020821#egg=frontmatter
+PyYAML==5.1
+six==1.15.0
+validators==0.18.2
0 commit comments