Skip to content

Commit

Permalink
Update validator requirements (#8)
Browse files Browse the repository at this point in the history
* fix: update validator requirements

* chore: limit docker workflow to only relevant changes
  • Loading branch information
maxb2 authored Feb 10, 2021
1 parent 4198034 commit f56ae66
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@ name: Build Docker

on:
push:
paths:
# Trigger only when wiki directory changes
- 'validator/**'
branches: [ master ]


Expand Down
7 changes: 5 additions & 2 deletions validator/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,5 @@
-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 comments on commit f56ae66

Please sign in to comment.