Skip to content

fix namespace error #15

fix namespace error

fix namespace error #15

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/Matrix#
namespace_label: eirene/Matrix#
linkml_schema: schema/MatrixList.linkml.yml
data: data/MatrixList_data.yml
secrets:
token: ${{ secrets.GITHUB_TOKEN }}