Skip to content

Merge pull request #8 from SantanaTiago/bump-tabulate #13

Merge pull request #8 from SantanaTiago/bump-tabulate

Merge pull request #8 from SantanaTiago/bump-tabulate #13

Workflow file for this run

name: "Build docs"
on:
push:
branches:
- main
jobs:
deploy:
permissions:
contents: write
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Install poetry
run: pip install poetry
- uses: actions/setup-python@v3
with:
python-version: 3.x
cache: 'pip'
cache-dependency-path: 'poetry.lock'
- name: Install dependencies
run: poetry install
- name: Build and push docs
run: poetry run mkdocs gh-deploy --force