Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
hvarg committed Sep 11, 2024
1 parent ff65475 commit 987c3bd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:
docker run --rm \
-v `pwd`/development:/usr/local/widoco/in:Z \
-v `pwd`/$version:/usr/local/widoco/out:Z \
ghcr.io/dgarijo/widoco:latest -ontFile in/$ontology -outFolder out -noPlaceHolderText
ghcr.io/dgarijo/widoco:latest -ontFile in/$ontology -outFolder out -noPlaceHolderText -htaccess -webVowl
echo "$ontology -> $newFolder"
ls -la $newFolder/$version
Expand All @@ -73,7 +73,6 @@ jobs:
run: |
cat updated_files.txt
git status
git diff
#env:
# GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
2 changes: 1 addition & 1 deletion development/PDCognitiveOntology.owl
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
///////////////////////////////////////////////////////////////////////////////////////
//
// Annotation properties
//
//
///////////////////////////////////////////////////////////////////////////////////////
-->

Expand Down

0 comments on commit 987c3bd

Please sign in to comment.