mirror of
https://github.com/by-jp/www.byjp.me.git
synced 2025-08-09 01:35:56 +01:00
[Forgejo] Try to debug
This commit is contained in:
parent
2141f27f70
commit
f705523d09
2 changed files with 5 additions and 3 deletions
|
@ -34,7 +34,9 @@ jobs:
|
||||||
|
|
||||||
- name: Build + publish web site + gemini capsule
|
- name: Build + publish web site + gemini capsule
|
||||||
run: |
|
run: |
|
||||||
|
ls /
|
||||||
|
# Show what's mounted
|
||||||
task build
|
task build
|
||||||
rsync -a --delete ./public/. /pages/www.byjp.me
|
rsync -a --delete ./public/ /pages/www.byjp.me/
|
||||||
task gemini-reduce
|
task gemini-reduce
|
||||||
rsync -a --delete ./public/. /gemini/www.byjp.me
|
rsync -a --delete ./public/ /gemini/www.byjp.me/
|
||||||
|
|
|
@ -35,7 +35,7 @@ tasks:
|
||||||
vars:
|
vars:
|
||||||
cache: /tmp/hugo/cache
|
cache: /tmp/hugo/cache
|
||||||
cmds:
|
cmds:
|
||||||
- hugo --cacheDir {{ .cache }} --gc --minify --baseURL "https://{{ .domain }}"
|
- hugo --cacheDir {{ .cache }} --gc --minify --baseURL "https://{{ .domain }}" --quiet
|
||||||
- pagefind --silent
|
- pagefind --silent
|
||||||
|
|
||||||
import:
|
import:
|
||||||
|
|
Loading…
Reference in a new issue