diff --git a/.github/workflows/ci-pr.yml b/.github/workflows/ci-pr.yml index cffadc9f..cd7b1028 100644 --- a/.github/workflows/ci-pr.yml +++ b/.github/workflows/ci-pr.yml @@ -117,8 +117,8 @@ jobs: # Passing the config is important to make use of the prefixes therein. run: | mkdir -p outbox/updated-xlsx-ttl - voc4cat convert --config idranges.toml --logfile outbox/voc4cat.log --template templates/voc4cat_template_043.xlsx outbox/updated-xlsx-ttl voc4cat transform --config idranges.toml --logfile outbox/voc4cat.log -O outbox/updated-xlsx-ttl --join vocabularies/ + voc4cat convert --config idranges.toml --logfile outbox/voc4cat.log --template templates/voc4cat_template_043.xlsx outbox/updated-xlsx-ttl - name: Store artifacts if: ${{ always() }}