diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 1b8f807..2cacf84 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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 }} diff --git a/mkdocs.yml b/mkdocs.yml index 22478b6..46efe76 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -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/.*