aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/.github/workflows
diff options
context:
space:
mode:
author苏向夜 <fu050409@163.com>2024-01-25 17:46:48 +0800
committer苏向夜 <fu050409@163.com>2024-01-25 17:46:48 +0800
commit5652e9d089f084a7b838b0906406e431e6d396e9 (patch)
treed60d2b16ed518bc80d21c9960030ddbe0813656a /.github/workflows
parentc4eb3ae7a74c7c6881540d7d04502600197a8b2a (diff)
parent82fa372d20cd4b0f0ab0f14a926cada2ad0844ef (diff)
downloadinfini-5652e9d089f084a7b838b0906406e431e6d396e9.tar.gz
infini-5652e9d089f084a7b838b0906406e431e6d396e9.zip
Merge branch 'master' of https://github.com/HydroRoll-Team/infini
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/pages.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/pages.yml b/.github/workflows/pages.yml
index 94ba003c..087819ba 100644
--- a/.github/workflows/pages.yml
+++ b/.github/workflows/pages.yml
@@ -20,7 +20,7 @@ jobs:
with:
python-version: 3.x
- run: echo "cache_id=$(date --utc '+%V')" >> $GITHUB_ENV
- - uses: actions/cache@v3
+ - uses: actions/cache@v4
with:
key: mkdocs-material-${{ env.cache_id }}
path: .cache
@@ -40,7 +40,7 @@ jobs:
git push origin gh-pages
- name: Save build cache
- uses: actions/cache/save@v3
+ uses: actions/cache/save@v4
with:
key: mkdocs-material-${{ hashfiles('.cache/**') }}
path: .cache