Skip to content

Update mkdocs-deploy.yml (#56) #4

Update mkdocs-deploy.yml (#56)

Update mkdocs-deploy.yml (#56) #4

Workflow file for this run

name: mkdocs-generation
on:
push:
branches:
- main
permissions:
contents: write
jobs:
build-docs:
runs-on: ubuntu-latest
steps:
- name: Check out repository
uses: actions/checkout@v3
- name: Set up python 3
uses: actions/setup-python@v5
with:
python-version: 3.x
- name: Install Poetry
uses: snok/[email protected]
- name: Install dependencies
run: poetry install --no-interaction
- run: poetry run mkdocs gh-deploy --force