From 876018723d32a382f4bbcfca7c22084bdaa04f4e Mon Sep 17 00:00:00 2001 From: Nick Molcanov <32801560+nck-mlcnv@users.noreply.github.com> Date: Mon, 29 Jul 2024 17:22:27 +0200 Subject: [PATCH] Fix test 7 --- .github/workflows/deploy-test.yml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.github/workflows/deploy-test.yml b/.github/workflows/deploy-test.yml index 53251aee8..7320e432d 100644 --- a/.github/workflows/deploy-test.yml +++ b/.github/workflows/deploy-test.yml @@ -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