mirror of
https://github.com/by-jp/www.byjp.me.git
synced 2025-08-09 05:36:07 +01:00
This commit is contained in:
parent
bbf0446f1e
commit
50ad3a4633
1 changed files with 3 additions and 2 deletions
|
@ -16,12 +16,13 @@ jobs:
|
|||
runs-on: docker
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v3
|
||||
uses: code.forgejo.org/actions/checkout@v4
|
||||
with:
|
||||
submodules: recursive
|
||||
- name: Cache Hugo persistent info
|
||||
uses: actions/cache@v4
|
||||
uses: code.forgejo.org/actions/cache@v4
|
||||
env:
|
||||
key: www.byjp.me-hugo-persistent-info
|
||||
cache-name: hugo-persistent-cache
|
||||
with:
|
||||
path: /tmp/hugo
|
||||
|
|
Loading…
Reference in a new issue