Skip to content

fix: tmp cap thinc version #160

fix: tmp cap thinc version

fix: tmp cap thinc version #160

Workflow file for this run

name: Documentation
on:
push:
branches: [master]
jobs:
Documentation:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-python@v2
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install '.[docs]'
- name: Set up Git
run: |
git config user.name ${{ github.actor }}
git config user.email ${{ github.actor }}@users.noreply.github.com
- name: Build documentation
run: |
git fetch origin gh-pages
mike delete master
mike deploy --push master