Skip to content

Merge pull request #291 from mila-iqia/staging #156

Merge pull request #291 from mila-iqia/staging

Merge pull request #291 from mila-iqia/staging #156

Workflow file for this run

name: docs
on:
push:
branches:
- master
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/setup-python@v2
with:
python-version: '3.10'
- uses: actions/checkout@master
with:
# otherwise, you will failed to push refs to dest repo
fetch-depth: 0
- name: Install Dependencies
run: |
pip install -e .
pip install sphinx sphinx-rtd-theme
- name: Build and Commit
uses: sphinx-notes/pages@v2
- name: Push changes
uses: ad-m/github-push-action@master
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
branch: gh-pages