mirror of
https://github.com/by-jp/www.byjp.me.git
synced 2025-08-09 22:16:07 +01:00
This commit is contained in:
parent
50ad3a4633
commit
63495c1c03
1 changed files with 4 additions and 4 deletions
|
@ -16,23 +16,23 @@ jobs:
|
|||
runs-on: docker
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: code.forgejo.org/actions/checkout@v4
|
||||
uses: https://code.forgejo.org/actions/checkout@v4
|
||||
with:
|
||||
submodules: recursive
|
||||
- name: Cache Hugo persistent info
|
||||
uses: code.forgejo.org/actions/cache@v4
|
||||
uses: https://code.forgejo.org/actions/cache@v4
|
||||
env:
|
||||
key: www.byjp.me-hugo-persistent-info
|
||||
cache-name: hugo-persistent-cache
|
||||
with:
|
||||
path: /tmp/hugo
|
||||
- name: Build site
|
||||
uses: jp/hugo-tasks@v0.1.0
|
||||
uses: https://git.byjp.me/jp/hugo-tasks@v0.1.0
|
||||
|
||||
# TODO: Move site
|
||||
|
||||
- name: Build Gemini capsule
|
||||
uses: jp/hugo-tasks@v0.1.0
|
||||
uses: https://git.byjp.me/jp/hugo-tasks@v0.1.0
|
||||
with:
|
||||
tasks: gemini-reduce
|
||||
|
||||
|
|
Loading…
Reference in a new issue