Skip to content

Merge branch 'feature/sphere.rs' of github.com:alphaville/optimizatio… #75

Merge branch 'feature/sphere.rs' of github.com:alphaville/optimizatio…

Merge branch 'feature/sphere.rs' of github.com:alphaville/optimizatio… #75

Workflow file for this run

# GitHub Action
# Builds sphinx documentation and pushes it to gh-pages
name: Documentation
on:
push:
jobs:
deploy:
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v2
# Install sphinx
- uses: actions/setup-python@v2
with:
python-version: '3.8'
- name: Build and deploy docs
run: bash ci/sphinx-documentation.sh