Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
tomkralidis committed Mar 14, 2024
1 parent 4cecec2 commit 6b9eab5
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/generate-and-commit-ttl.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,14 +23,13 @@ jobs:
- name: Generate TTL files
run: |
python3 scripts/codelists2ttl.py
mv wis/ tmp/
mv wis/ /tmp
- name: checkout gh-pages branch
uses: actions/checkout@v3
with:
ref: gh-pages
- name: update gh-pages branch and publish
run: |
mkdir /tmp/wis
git config --global user.email "[email protected]"
git config --global user.name "Tom Kralidis"
rm -rf wis/*
Expand Down

0 comments on commit 6b9eab5

Please sign in to comment.