Skip to content

build: allow pandas 2.0.4 (#237) #192

build: allow pandas 2.0.4 (#237)

build: allow pandas 2.0.4 (#237) #192

Workflow file for this run

name: Github pages
on:
push:
branches: [ main ]
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Install python dependencies
run: make install-poetry install-docs
- name: Generate docs
run: make docs
- name: Deploy pages
uses: peaceiris/actions-gh-pages@v3
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./site