Skip to content

update rdflib to version 7 #805

update rdflib to version 7

update rdflib to version 7 #805

Workflow file for this run

name: Python CI
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- name: Create Doxygen Documentation 🔧
run: |
sudo apt-get install doxygen graphviz -y
cd docs
doxygen Doxyfile
- name: Deploy 🚀
uses: JamesIves/github-pages-deploy-action@releases/v3
with:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
BRANCH: gh-pages
FOLDER: docs/html/