diff options
Diffstat (limited to '.github/workflows/pages.yml')
| -rw-r--r-- | .github/workflows/pages.yml | 6 |
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 |
