Skip to content

fix a misused 2-qubit sample result type (#135) #58

fix a misused 2-qubit sample result type (#135)

fix a misused 2-qubit sample result type (#135) #58

Workflow file for this run

name: Build and deploy sphinx docs
on:
workflow_dispatch:
push:
branches:
- main
- 'stable/**'
jobs:
build_and_deploy_docs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-python@v2
with:
python-version: '3.9'
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install tox
sudo apt-get update
sudo apt-get install -y pandoc
- name: Build docs
run: |
tox -edocs
- name: Deploy docs
uses: peaceiris/actions-gh-pages@v3
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./docs/_build/html/