summaryrefslogtreecommitdiffstatshomepage
path: root/.github/workflows
diff options
context:
space:
mode:
author简律纯 <i@jyunko.cn>2023-12-18 06:49:03 +0800
committer简律纯 <i@jyunko.cn>2023-12-18 06:49:03 +0800
commitaee5f2f8c28c18c04b6f650b97adda44f4a5c05c (patch)
tree87035d603162c0f9cb047813a40e8d454f7b45a6 /.github/workflows
parent5a95bddd32dc06deff4745c7f5e3003bc3da8d53 (diff)
downloadinfini-aee5f2f8c28c18c04b6f650b97adda44f4a5c05c.tar.gz
infini-aee5f2f8c28c18c04b6f650b97adda44f4a5c05c.zip
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/pages.yml6
1 files changed, 6 insertions, 0 deletions
diff --git a/.github/workflows/pages.yml b/.github/workflows/pages.yml
index 281b8465..94ba003c 100644
--- a/.github/workflows/pages.yml
+++ b/.github/workflows/pages.yml
@@ -38,3 +38,9 @@ jobs:
git fetch origin gh-pages:gh-pages
pdm run mike deploy --update-aliases dev
git push origin gh-pages
+
+ - name: Save build cache
+ uses: actions/cache/save@v3
+ with:
+ key: mkdocs-material-${{ hashfiles('.cache/**') }}
+ path: .cache