Skip to content

Commit

Permalink
Try changing docs action cache_id
Browse files Browse the repository at this point in the history
  • Loading branch information
shamoon committed Dec 17, 2023
1 parent eea20de commit 44ed33f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docs-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ jobs:
- uses: actions/setup-python@v5
with:
python-version: 3.x
- run: echo "cache_id=$(date --utc '+%V')" >> $GITHUB_ENV
- run: echo "cache_id=${{github.sha}}" >> $GITHUB_ENV
- uses: actions/cache@v3
with:
key: mkdocs-material-${{ env.cache_id }}
Expand Down

0 comments on commit 44ed33f

Please sign in to comment.