Skip to content

Fortresses with geometry #15

Fortresses with geometry

Fortresses with geometry #15

Workflow file for this run

name: Ontology Documentation CI
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- name: Create Ontology Documentation 🔧
run: |
sudo apt-get install python3 python3-setuptools -y
sudo apt-get install gcc libpq-dev -y
sudo apt-get install python3-dev python3-pip python3-venv python3-wheel -y
sudo pip3 install wheel pylode==2.13.2
mkdir docs
cd docs
pylode -i ../linkeddata/ontology/atlantgis.owl -o index
- name: Deploy 🚀
uses: JamesIves/github-pages-deploy-action@releases/v3
with:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
BRANCH: gh-pages
FOLDER: docs/