Skip to content

bump version

bump version #170

Workflow file for this run

name: documentation
on:
push:
branches:
- main
jobs:
build:
runs-on: ubuntu-latest
permissions:
contents: write
steps:
- uses: actions/[email protected]
- uses: actions/setup-python@v3
with:
python-version: '3.x'
architecture: 'x64'
- name: Prerequisits
run: pip install sphinx sphinxcontrib-bibtex furo sphinx-copybutton
sphinx_design sphinxext-opengraph sphinx-sitemap toml
- name: Build ⚙️
working-directory: docs/
run: make html
- name: Deploy 🚀
uses: JamesIves/[email protected]
with:
branch: gh-pages
folder: docs/_build/html
clean: false