mirror of
https://github.com/by-jp/www.byjp.me.git
synced 2025-08-09 01:35:56 +01:00
Introduce publishing to Forgejo runner
This commit is contained in:
parent
b8a4190497
commit
e88c0cabd6
1 changed files with 6 additions and 2 deletions
|
@ -29,11 +29,15 @@ jobs:
|
||||||
- name: Build site
|
- name: Build site
|
||||||
uses: https://git.byjp.me/jp/hugo-tasks@v0.1
|
uses: https://git.byjp.me/jp/hugo-tasks@v0.1
|
||||||
|
|
||||||
# TODO: Move site
|
- name: Publish website
|
||||||
|
run: |
|
||||||
|
rsync -a --delete ./public /sites/www.byjp.me
|
||||||
|
|
||||||
- name: Build Gemini capsule
|
- name: Build Gemini capsule
|
||||||
uses: https://git.byjp.me/jp/hugo-tasks@v0.1
|
uses: https://git.byjp.me/jp/hugo-tasks@v0.1
|
||||||
with:
|
with:
|
||||||
tasks: gemini-reduce
|
tasks: gemini-reduce
|
||||||
|
|
||||||
# TODO: Move gemini
|
- name: Publish Gemini capsule
|
||||||
|
run: |
|
||||||
|
rsync -a --delete ./public /gemini/www.byjp.me
|
||||||
|
|
Loading…
Reference in a new issue