Skip to content

More efficient utils.chunk (#1613) #264

More efficient utils.chunk (#1613)

More efficient utils.chunk (#1613) #264

Workflow file for this run

name: gh-pages
on:
push:
branches:
- develop
jobs:
publish:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v4
with:
python-version: "3.9"
- name: Install and configure Poetry
run: |
pip install -U pip poetry
poetry config virtualenvs.create false
- name: Build docs
run: make docs
- name: Deploy latest docs
uses: peaceiris/actions-gh-pages@v3
with:
personal_token: ${{ secrets.PERSONAL_TOKEN }}
publish_dir: build/html
external_repository: tortoise/tortoise.github.io
publish_branch: main