Skip to content

Merge pull request #429 from lomnido/feat-tmp_bare_repo #235

Merge pull request #429 from lomnido/feat-tmp_bare_repo

Merge pull request #429 from lomnido/feat-tmp_bare_repo #235

Workflow file for this run

name: doc
on:
push:
branches:
- main
jobs:
deploy_documentation:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Set up Python
uses: actions/setup-python@v4
with:
python-version: "3.10"
- name: Prepare project for development
run: |
python -m pip install poetry
python -m poetry install
- name: Build documentation
run: |
poetry run mkdocs build
- name: Deploy to GitHub pages
uses: JamesIves/[email protected]
with:
token: ${{ secrets.GH_PAT }}
branch: gh-pages
folder: site