Skip to content

Rename topic-3.md to 3-vocabularies-and-ontologies.md #111

Rename topic-3.md to 3-vocabularies-and-ontologies.md

Rename topic-3.md to 3-vocabularies-and-ontologies.md #111

Workflow file for this run

name: render page
on:
push:
branches:
- main
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v4
with:
python-version: 3.x
- run: |
pip install mkdocs-material mkdocs-bibtex neoteroi-mkdocs mkdocs-video
mkdocs gh-deploy --force