Skip to content

Merge pull request #21 from callowayproject/20-skip-and-copy_only-tem… #21

Merge pull request #21 from callowayproject/20-skip-and-copy_only-tem…

Merge pull request #21 from callowayproject/20-skip-and-copy_only-tem… #21

Workflow file for this run

name: Deploy final documentation
on:
push:
branches: [ "master" ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Setup Python and Git
uses: ./.github/actions/setup-python-and-git
with:
python-version: '3.12'
- name: Install dependencies
run: |
git pull --all
uv sync -p 3.12 --group docs
- name: Build and deploy documentation
run: |
uv run mkdocs gh-deploy --strict