Skip to content

Merge pull request #354 from drepelov/dev-docker #324

Merge pull request #354 from drepelov/dev-docker

Merge pull request #354 from drepelov/dev-docker #324

Workflow file for this run

name: Publish docs
on:
push:
branches:
- master
workflow_dispatch: {}
jobs:
docs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
- name: Setup Python
uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6
with:
python-version: "3.13"
- name: Install Tox
run: pip install tox
- name: Install Poetry
uses: snok/install-poetry@76e04a911780d5b312d89783f7b1cd627778900a # v1
- name: Run Tox
run: tox -e docs
- name: Publish
uses: JamesIves/github-pages-deploy-action@d92aa235d04922e8f08b40ce78cc5442fcfbfa2f # v4
with:
branch: gh-pages
folder: docs/_build/html