tibonto / aeon

The Academic Event Ontology (AEON) can be used to represent information regarding academic events.
https://tibonto.github.io/aeon/
Creative Commons Attribution 4.0 International
14 stars 4 forks source link

Create github action that converts aeon.ttl to aeon.owl using robot #87

Closed andrecastro0o closed 1 year ago

andrecastro0o commented 3 years ago

unlike #72 that required users to have robot installed to convert the ttl to an owl, whenever a commit was made, I am thinking of using github actions to

andrecastro0o commented 3 years ago

As show in https://github.com/tibonto/aeon/actions/runs/423451889 resulting artifact is added NOT to repository, but to actions build artifact. More documentation about it in https://docs.github.com/en/free-pro-team@latest/actions/guides/storing-workflow-data-as-artifacts

Now the issue is how to add the artifact to the repository. An option could be to use git-auto-commit to perform that change, let's try it

StroemPhi commented 1 year ago

this can be closed, as we've switched to an ODK based workflow with #149