Update build.yaml

This commit is contained in:
Frederick Chen
2026-01-23 19:37:39 +08:00
committed by GitHub
parent 103aaec360
commit e8a38d32b2

View File

@@ -1,4 +1,4 @@
name: ci name: Build the static files
on: on:
push: push:
branches: branches:
@@ -26,5 +26,5 @@ jobs:
restore-keys: | restore-keys: |
mkdocs-material- mkdocs-material-
- run: python -m pip install --upgrade pip setuptools wheel - run: python -m pip install --upgrade pip setuptools wheel
- run: pip install mkdocs-material git-revision-date-localized - run: pip install mkdocs-material mkdocs-git-revision-date-localized-plugin
- run: mkdocs gh-deploy --force - run: mkdocs gh-deploy --force