Skip to content

Commit f56ae66

Browse files
authored
Update validator requirements (#8)
* fix: update validator requirements * chore: limit docker workflow to only relevant changes
1 parent 4198034 commit f56ae66

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

.github/workflows/docker.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@ name: Build Docker
22

33
on:
44
push:
5+
paths:
6+
# Trigger only when wiki directory changes
7+
- 'validator/**'
58
branches: [ master ]
69

710

validator/requirements.txt

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,5 @@
1-
-e git+https://github.com/jonbeebe/frontmatter.git#egg=accd644b15a5ac7adaab261655eb552065020821
2-
validators==0.17.1
1+
decorator==4.4.2
2+
-e git+https://github.com/jonbeebe/frontmatter.git@accd644b15a5ac7adaab261655eb552065020821#egg=frontmatter
3+
PyYAML==5.1
4+
six==1.15.0
5+
validators==0.18.2

0 commit comments

Comments
 (0)