fix: 添加安装程序

This commit is contained in:
Frederick Chen
2026-01-18 22:01:00 +08:00
committed by GitHub
parent df6955ba3b
commit 3bd6e57ed1

View File

@@ -25,6 +25,7 @@ jobs:
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it # Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
- uses: actions/checkout@v4 - uses: actions/checkout@v4
# Runs a single command using the runners shell - name: Install mkdocs
run: pip install mkdocs-material
- name: Run mkdocs-depoly - name: Run mkdocs-depoly
run: mkdocs gh-deploy run: mkdocs gh-deploy