Skip to content

Commit

Permalink
VOWL 7
Browse files Browse the repository at this point in the history
  • Loading branch information
Sideboard committed Sep 18, 2023
1 parent 11743d4 commit b16d7dc
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,10 @@ jobs:
wget http://vowl.visualdataweb.org/downloads/owl2vowl_0.3.7.zip -O owl2vowl.zip
unzip owl2vowl.zip owl2vowl.jar
java -jar owl2vowl.jar -file test.ttl -output test.vowl.json
- name: Setup WebVOWL
run: |
wget http://vowl.visualdataweb.org/downloads/webvowl_1.1.7.zip -O webvowl.zip
unzip webvowl.zip
- name: Upload artifact
uses: actions/upload-pages-artifact@v2
# Creates, uploads artifact `$github-pages`, single `tgz` file (constraints: size, links, permissions)
Expand Down

0 comments on commit b16d7dc

Please sign in to comment.