Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
hvarg committed Oct 7, 2024
1 parent d2eabf0 commit ae577f2
Showing 1 changed file with 15 additions and 14 deletions.
29 changes: 15 additions & 14 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ on:
branches:
- main
- test
paths: [ development/*.owl ]
#paths: [ development/*.owl ]
# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:

Expand Down Expand Up @@ -66,6 +66,7 @@ jobs:
rm -rf $newFolder/$version
mv $version $newFolder
done < updated_files.txt
# What files were changed:
- name: Check documentation and upload
shell: bash
Expand All @@ -75,17 +76,17 @@ jobs:
#env:
# GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
#wikis:
# runs-on: ubuntu-latest
# steps:
# - uses: tradeshift/actions-setup-java@master
# with:
# java-version: 8
wikis:
runs-on: ubuntu-latest
steps:
- uses: tradeshift/actions-setup-java@master
with:
java-version: 8

# - name: Create ontologies for wiki
# shell: bash
# run: |
# cd wiki_configs;
# wget https://github.com/KnowledgeCaptureAndDiscovery/enigma_index_creator/releases/download/0.5/DictionaryIndexCreator-1.0-jar-with-dependencies.jar
# for f in *.csv; do; java -jar DictionaryIndexCreator-1.0-jar-with-dependencies.jar $f; done;
# git status;
- name: Create ontologies for wiki
shell: bash
run: |
cd wiki_configs;
wget https://github.com/KnowledgeCaptureAndDiscovery/enigma_index_creator/releases/download/0.5/DictionaryIndexCreator-1.0-jar-with-dependencies.jar
for f in *.csv; do; java -jar DictionaryIndexCreator-1.0-jar-with-dependencies.jar $f; done;
git status;

0 comments on commit ae577f2

Please sign in to comment.