Skip to content

Update widoco workflow to include checkout step #6

Update widoco workflow to include checkout step

Update widoco workflow to include checkout step #6

Workflow file for this run

name: WIDOCO build
on: [push]
jobs:
widoco:
runs-on: ubuntu-latest
name: A conversion of ttl to html
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: convert
uses: soilwise-he/widoco-action@v0.3
with:
file-input: '/github/workspace/ontology/ontology.rdf'
folder-output: '/github/workspace/ontology/doc'
options: '-excludeProvenance -getOntologyMetadata'