Skip to content

Commit

Permalink
disable navigation.instant
Browse files Browse the repository at this point in the history
fix up the ci.yml
  • Loading branch information
Lvista committed Jan 16, 2025
1 parent 3acd54d commit c2d62ee
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 8 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Configure Git Credentials
run: |
git config user.name github-actions[bot]
Expand All @@ -20,7 +22,6 @@ jobs:
- run: echo "cache_id=$(date --utc '+%V')" >> $GITHUB_ENV
- uses: actions/cache@v4
with:
fetch-depth: 0
key: mkdocs-material-${{ env.cache_id }}
path: .cache
restore-keys: |
Expand Down
14 changes: 7 additions & 7 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,8 @@ theme:
name: Switch to light mode

features:
- navigation.instant # 目前与termynal冲突,不使用
- navigation.instant.progress
# - navigation.instant # 目前与termynal冲突,不使用
# - navigation.instant.progress
- navigation.tracking
- navigation.top
- navigation.footer
Expand Down Expand Up @@ -85,11 +85,11 @@ plugins:
- git-revision-date-localized:
enable_creation_date: true
fallback_to_build_date: true
exclude:
- blog/archive/*
- blog/category/*
- azurLane/archive/*
- azurLane/category/*
# exclude:
# - blog/archive/*
# - blog/category/*
# - azurLane/archive/*
# - azurLane/category/*
- blog:
blog_dir: blog
blog_toc: true
Expand Down

0 comments on commit c2d62ee

Please sign in to comment.