Skip to content

Commit

Permalink
Update workflow with current file
Browse files Browse the repository at this point in the history
  • Loading branch information
nichtich committed May 14, 2024
1 parent 220dc37 commit eb98c9d
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 8 deletions.
9 changes: 1 addition & 8 deletions .github/workflows/blank.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@

name: CI

# Controls when the workflow will run
on:
# Triggers the workflow on push or pull request events but only for the "main" branch
push:
Expand All @@ -13,16 +12,10 @@ on:
# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:

# A workflow run is made up of one or more jobs that can run sequentially or in parallel
jobs:
# This workflow contains a single job called "build"
build:
# The type of runner that the job will run on
runs-on: ubuntu-latest

# Steps represent a sequence of tasks that will be executed as part of the job
steps:
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
- uses: actions/checkout@v3
- name: Create Ontology Documentation
run: |
Expand All @@ -34,7 +27,7 @@ jobs:
mkdir docs
cd docs
echo "Generating documentation for Core ontology"
pylode -i ../core_ontology/2024-02-07_nfdi4objects.rdf -o index.html
pylode -i ../core_ontology/nfdi4objects.rdf -o index.html
- name: Deploy 🚀
uses: JamesIves/github-pages-deploy-action@releases/v4
with:
Expand Down
3 changes: 3 additions & 0 deletions core_ontology/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
This directory contains the NFDI4Objects Core ontology in file `nfdi4objects.rdf`.

Previous versions may also be included with name pattern `YYYY-MM-DD_nfdi4objects.rdf`.
File renamed without changes.

0 comments on commit eb98c9d

Please sign in to comment.