Skip to content

Commit 40c0dda

Browse files
committed
Fix order of steps for rebuilding xlsx in CI for PRs
1 parent 3587c7d commit 40c0dda

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci-pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,8 +117,8 @@ jobs:
117117
# Passing the config is important to make use of the prefixes therein.
118118
run: |
119119
mkdir -p outbox/updated-xlsx-ttl
120-
voc4cat convert --config idranges.toml --logfile outbox/voc4cat.log --template templates/voc4cat_template_043.xlsx outbox/updated-xlsx-ttl
121120
voc4cat transform --config idranges.toml --logfile outbox/voc4cat.log -O outbox/updated-xlsx-ttl --join vocabularies/
121+
voc4cat convert --config idranges.toml --logfile outbox/voc4cat.log --template templates/voc4cat_template_043.xlsx outbox/updated-xlsx-ttl
122122
123123
- name: Store artifacts
124124
if: ${{ always() }}

0 commit comments

Comments
 (0)