Skip to content

docs: implement new documentation style, context files, and a simple … #10

docs: implement new documentation style, context files, and a simple …

docs: implement new documentation style, context files, and a simple … #10

Workflow file for this run

name: Deploy Documentation

Check failure on line 1 in .github/workflows/docs-deploy.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/docs-deploy.yml

Invalid workflow file

(Line: 24, Col: 9): Unexpected value 'name of'
on:
push:
branches:
- main
permissions:
contents: write
jobs:
deploy-docs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Set up PDM
uses: pdm-project/setup-pdm@v4
with:
python-version: '3.12'
cache: true
- name of: Install dependencies
run: pdm install -d
- name: Deploy with MkDocs
run: pdm run mkdocs gh-deploy --force --clean