Skip to content

publish matrix voc from linkml model #11

publish matrix voc from linkml model

publish matrix voc from linkml model #11

Workflow file for this run

name: Publish Vocabulary
on:
pull_request:
push:
branches: [main]
release:
types: [published]
jobs:
publish-vocabulary:
if: github.repository != 'eu-parc/vocabulary-template'
uses: eu-parc/voc2skosmos-workflow/.github/workflows/yml2skos.yml@main
with:
ref: ${{ github.ref }}
namespace: http://www.eirene.eu/references#Matrix
namespace_label: eirene
linkml_schema: schema/MatrixList.linkml.yml
data: data/MatrixList_data.yml
secrets:
token: ${{ secrets.GITHUB_TOKEN }}