diff --git a/.github/workflows/merge.yml b/.github/workflows/merge.yml index 35ca42a..159514c 100644 --- a/.github/workflows/merge.yml +++ b/.github/workflows/merge.yml @@ -85,6 +85,10 @@ jobs: run: | voc4cat convert --logfile publish/dev/voc4cat.log --template templates/voc4cat_template_043.xlsx publish/dev/ + - name: Run voc4cat (build vocabulary in xml/rdf from Excel file) + run: | + voc4cat convert --logfile publish/dev/voc4cat.log --outputformat xml publish/dev/voc4cat.xlsx + - name: Deploy updated gh-pages content # This replaces all prior content in gh-pages branch. But we have # checked out the gh-pages branch above so that we keep all prior diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 10c0388..0f81344 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -81,6 +81,10 @@ jobs: run: | voc4cat convert --logfile publish/latest/voc4cat.log --template templates/voc4cat_template_043.xlsx publish/latest/ + - name: Run voc4cat (build vocabulary in xml/rdf from Excel file) + run: | + voc4cat convert --logfile publish/latest/voc4cat.log --outputformat xml publish/latest/voc4cat.xlsx + - name: Copy release to release-name directory run: | mkdir -p publish/${{ github.ref_name }}