Skip to content

Commit f14caba

Browse files
author
HongLI3
committed
OnAction
1 parent 0181a69 commit f14caba

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/PublishMysite.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -19,5 +19,5 @@ jobs: # 作业
1919
uses: actions/setup-python@v5
2020
with:
2121
python-version: 3.x
22-
#run: pip install mkdocs-material # 关键字 run 指示作业在运行器shell上执行命令
23-
#run: mkdocs gh-deploy --force
22+
- run: pip install mkdocs-material # 关键字 run 指示作业在运行器shell上执行命令
23+
- run: mkdocs gh-deploy --force

0 commit comments

Comments
 (0)