Skip to content

Bump ipython from 6.5.0 to 7.16.3 (#423) #5

Bump ipython from 6.5.0 to 7.16.3 (#423)

Bump ipython from 6.5.0 to 7.16.3 (#423) #5

Workflow file for this run

name: Docs
on:
push:
branches:
- master
jobs:
docs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-python@v2
with:
python-version: 3.x
- run: pip install mkdocs mkdocs-material
- run: cd docs && mkdocs gh-deploy --force