Skip to content

Commit

Permalink
Fix test 7
Browse files Browse the repository at this point in the history
  • Loading branch information
nck-mlcnv committed Jul 29, 2024
1 parent 02a76a3 commit 8760187
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/deploy-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -95,10 +95,7 @@ jobs:
id: find_ontology_version

- name: Fetch Ontologies
uses: actions/checkout@v4
with:
ref: gh-pages
sparse-checkout: ontology
run: git checkout gh-pages ontology/
- run: mkdir -p ontology/${{ steps.find_ontology_version.outputs.ONTOLOGY_VERSION }}
- run: cp schema/iguana.owx ontology/${{ steps.find_ontology_version.outputs.ONTOLOGY_VERSION }}/iguana.owx
- run: cp schema/iguana.owx ontology/iguana.owx
Expand Down

0 comments on commit 8760187

Please sign in to comment.