Skip to content

Commit e8f94e4

Browse files
committed
update
1 parent e65bee3 commit e8f94e4

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

.github/scripts

.github/workflows/blank.yml

+6
Original file line numberDiff line numberDiff line change
@@ -34,11 +34,17 @@ jobs:
3434
mkdocs-material-
3535
- run: pip install mkdocs-material "mkdocs-material[imaging]" mkdocs-git-authors-plugin mkdocs-git-revision-date-localized-plugin
3636
- run: pip install mkdocs-rss-plugin mkdocs-static-i18n[material] python-dotenv openai pdfplumber python-docx
37+
- run: pip install -r .github/scripts/requirements.txt
3738
- run: sudo apt-get install libcairo2-dev
3839
# New steps start here
3940
- name: Generate and update TOC, generate and config other things
4041
run: |
4142
.github/build.sh
43+
- name: Commit changes
44+
run: |
45+
git add .
46+
git diff --quiet && git diff --staged --quiet || (git commit -m "Update for modify contents" && git push)
47+
4248
- name: Prepare site
4349
run: .github/site/prepare_site.sh
4450
- run: mkdocs gh-deploy --force

0 commit comments

Comments
 (0)