Skip to content

Commit 023311c

Browse files
authored
Fixed action to use right ERSmeta file.
1 parent 4db126c commit 023311c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/documentation.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
- name: Run SHACL-Play
2626
run: |
2727
mkdir public
28-
java -jar shacl-play-app-0.9.0-onejar.jar doc -i ERSmeta.ttl -o public/index.html -l en -m https://nfdi4energy.uol.de/images/logos/nfdi4energy_logo.svg -d
28+
java -jar shacl-play-app-0.9.0-onejar.jar doc -i schema/ERSmeta.ttl -o public/index.html -l en -m https://nfdi4energy.uol.de/images/logos/nfdi4energy_logo.svg -d
2929
3030
- name: Upload HTML file to GitHub Pages
3131
uses: peaceiris/actions-gh-pages@v4

0 commit comments

Comments
 (0)