Skip to content

Bump documentation version number #47

Bump documentation version number

Bump documentation version number #47

Workflow file for this run

name: Build documentation
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
with:
fetch-depth: 0
- name: Set up Python
uses: actions/setup-python@v2
with:
python-version: 3.7
- name: Install Python dependencies
run: pip install -e .[dev]
- name: Build documentation and deploy
run: ./.github/workflows/build_helper.sh
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}