Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
yunwei37 committed Nov 14, 2024
1 parent 5f72e06 commit 25fa187
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 5 deletions.
6 changes: 1 addition & 5 deletions .github/site/mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,11 +39,7 @@ theme:
name: Switch to system preference
language: en
plugins:
- search
pipeline:
- stemmer
- stopWordFilter
- trimmer
# - search
- social
- rss:
match_path: ".*"
Expand Down
12 changes: 12 additions & 0 deletions .github/workflows/blank.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,3 +45,15 @@ jobs:
# PUBLISH_AS_DRAFT: 'true' # Or 'false' if you want to publish directly
# run: |
# python .github/manage/publish.py

- name: Create docs directory
run: |
mkdir -p docs
cp -r .github docs/
cp README.md docs/
- name: Upload artifact
uses: actions/upload-pages-artifact@v3
with:
path: 'docs'
- name: Deploy to GitHub Pages
uses: actions/deploy-pages@v4

0 comments on commit 25fa187

Please sign in to comment.