Skip to content

Commit

Permalink
fix(ci): remove group plugin completely
Browse files Browse the repository at this point in the history
  • Loading branch information
Meysam Azad committed Feb 13, 2024
1 parent 67c5755 commit d4c41bd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,8 @@ jobs:
- uses: actions/setup-python@v5
with:
python-version: 3.x
- run: echo "cache_id=$(date --utc '+%V')" >> $GITHUB_ENV
- name: Calculate cache id
run: echo "cache_id=$(date --utc '+%V')" >> $GITHUB_ENV
- uses: actions/cache@v4
with:
key: mkdocs-material-${{ env.cache_id }}
Expand Down
4 changes: 0 additions & 4 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,10 +35,6 @@ plugins:
archive: true
# archive_pagination: true
pagination: true
- group:
enabled: !ENV CI
plugins:
- minify
- rss:
enabled: !ENV [CI, false]
match_path: blog/posts/.*
Expand Down

0 comments on commit d4c41bd

Please sign in to comment.