[Forgejo] Try to debug

This commit is contained in:
JP Hastings-Spital 2025-01-14 22:59:01 +00:00
parent 2141f27f70
commit f705523d09
2 changed files with 5 additions and 3 deletions

View file

@ -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/

View file

@ -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: