Skip to content

Commit

Permalink
Fix Github Workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
PonteIneptique committed Feb 15, 2022
1 parent 113fa3a commit 4e02567
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/htrvx.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,4 @@ jobs:
pip install htrvx
- name: Run HTRVX
run: |
htrvx --verbose --group --format alto --segmonto --xsd --check-empty ./data/*.xml
htrvx --verbose --group --format alto --xsd --check-empty ./data/*.xml
2 changes: 1 addition & 1 deletion .github/workflows/humGenerator.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,4 @@ jobs:
git config user.email github-actions@github.com
git add htr-united.yml
git commit -m "[Automatic] Update of the Catalog" || echo "Nothing to commit"
git push
git push || echo "Nothing to push"

0 comments on commit 4e02567

Please sign in to comment.