Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 3 additions & 7 deletions .github/workflows/deploy_page.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
name: Deploy
on:
push:
branches:
- main

jobs:
build:
name: Deploy docs to GitHub Pages
Expand All @@ -11,11 +10,8 @@ jobs:
- name: Checkout
uses: actions/checkout@v2

- uses: s-weigand/setup-conda@v1
- run: conda --version
- run: which python
- run: conda install -n base -c conda-forge pandoc

# CONDA_PYTHON_EXE: /usr/share/miniconda/bin/python
# 使用的是 /usr/local/lib/python3.13/site-packages
- name: Build
uses: OpenHUTB/actions-mkdocs@main
with:
Expand Down
1 change: 1 addition & 0 deletions docs/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
python-markdown-math
imageio
mkdocs-bibtex
pypandoc-binary
Loading