Skip to content

Commit

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

Please sign in to comment.