ci(docs): migrate from mkdocs to properdocs

This commit is contained in:
Travis Abendshien
2026-07-24 04:11:59 -07:00
parent f24653e030
commit 6f82d286a8
3 changed files with 8 additions and 4 deletions
+3 -3
View File
@@ -13,7 +13,7 @@ on:
- .github/actions/setup-python/action.yml
- .github/workflows/build_docs.yml
- docs/**
- mkdocs.yml
- properdocs.yml
workflow_dispatch:
concurrency:
@@ -50,7 +50,7 @@ jobs:
path: .cache
restore-keys: |
mkdocs-material-
- name: Run mkdocs
- name: Run properdocs
env:
DISABLE_MKDOCS_2_WARNING: 'true'
run: mkdocs gh-deploy --force
run: properdocs gh-deploy --force