Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
yunwei37 committed Dec 27, 2024
1 parent e65bee3 commit e8f94e4
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions .github/workflows/blank.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,11 +34,17 @@ jobs:
mkdocs-material-
- run: pip install mkdocs-material "mkdocs-material[imaging]" mkdocs-git-authors-plugin mkdocs-git-revision-date-localized-plugin
- run: pip install mkdocs-rss-plugin mkdocs-static-i18n[material] python-dotenv openai pdfplumber python-docx
- run: pip install -r .github/scripts/requirements.txt
- run: sudo apt-get install libcairo2-dev
# New steps start here
- name: Generate and update TOC, generate and config other things
run: |
.github/build.sh
- name: Commit changes
run: |
git add .
git diff --quiet && git diff --staged --quiet || (git commit -m "Update for modify contents" && git push)
- name: Prepare site
run: .github/site/prepare_site.sh
- run: mkdocs gh-deploy --force
Expand Down

0 comments on commit e8f94e4

Please sign in to comment.