forked from lthn/blockchain
Apply suggestion from @Copilot
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
parent
f93ab75384
commit
7bdc12bcff
1 changed files with 1 additions and 1 deletions
2
.github/actions/make-docs/action.yml
vendored
2
.github/actions/make-docs/action.yml
vendored
|
|
@ -8,7 +8,7 @@ runs:
|
|||
- uses: actions/setup-python@v5
|
||||
with:
|
||||
python-version: 3.x
|
||||
- run: echo "cache_id=$(date --utc '+%V')" >> $GITHUB_ENV
|
||||
- run: echo "cache_id=$(date -u '+%V')" >> $GITHUB_ENV
|
||||
- uses: actions/cache@v4
|
||||
with:
|
||||
key: mkdocs-material-${{ env.cache_id }}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue