Skip to content

Commit e975d37

Browse files
committed
update ci2
1 parent 0f350e0 commit e975d37

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/github-pages.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,9 @@ jobs:
1919
- name: 安装依赖1
2020
# 安装当前的项目作为一个包
2121
run: |
22-
pip install . && apt-get install pandoc
22+
sudo apt-get update -yqq
23+
sudo apt-get install -yqq pandoc make
24+
pip install .
2325
- name: 安装依赖2
2426
run: |
2527
pip install sphinx sphinx_rtd_theme furo docutils myst-parser nbsphinx sphinx_gallery ipython sphinx-autodoc-typehints pandoc

0 commit comments

Comments
 (0)