Skip to content

Commit

Permalink
attempt to fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
nicholascar committed Dec 22, 2023
1 parent 4799c38 commit 4b8e5d4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,10 @@ jobs:
deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4.1.1
- uses: actions/setup-python@v2
with:
python-version: 3.x
- run: pip install mkdocs-material
- run: pip install mkdocs-redirects
- run: mkdocs gh-deploy --force
2 changes: 1 addition & 1 deletion docs/ont.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
The Oli<span class="rtl">s</span> Virtual Graph ontology defines only a couple of classes and a few predicates for the representation of chunks of a Knowledge Graph - sub-graphs that make up the whole.

## RDF
The ontology RDF is available [here](assets/olis.ttl){:download="vg.ttl"}.
The ontology RDF is available [here](assets/olis.ttl){:download="olis.ttl"}.

## Classes

Expand Down

0 comments on commit 4b8e5d4

Please sign in to comment.