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
50ad3a4633
commit
63495c1c03
1 changed files with 4 additions and 4 deletions
|
@ -16,23 +16,23 @@ jobs:
|
||||||
runs-on: docker
|
runs-on: docker
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: code.forgejo.org/actions/checkout@v4
|
uses: https://code.forgejo.org/actions/checkout@v4
|
||||||
with:
|
with:
|
||||||
submodules: recursive
|
submodules: recursive
|
||||||
- name: Cache Hugo persistent info
|
- name: Cache Hugo persistent info
|
||||||
uses: code.forgejo.org/actions/cache@v4
|
uses: https://code.forgejo.org/actions/cache@v4
|
||||||
env:
|
env:
|
||||||
key: www.byjp.me-hugo-persistent-info
|
key: www.byjp.me-hugo-persistent-info
|
||||||
cache-name: hugo-persistent-cache
|
cache-name: hugo-persistent-cache
|
||||||
with:
|
with:
|
||||||
path: /tmp/hugo
|
path: /tmp/hugo
|
||||||
- name: Build site
|
- name: Build site
|
||||||
uses: jp/hugo-tasks@v0.1.0
|
uses: https://git.byjp.me/jp/hugo-tasks@v0.1.0
|
||||||
|
|
||||||
# TODO: Move site
|
# TODO: Move site
|
||||||
|
|
||||||
- name: Build Gemini capsule
|
- name: Build Gemini capsule
|
||||||
uses: jp/hugo-tasks@v0.1.0
|
uses: https://git.byjp.me/jp/hugo-tasks@v0.1.0
|
||||||
with:
|
with:
|
||||||
tasks: gemini-reduce
|
tasks: gemini-reduce
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue