From f705523d097709e362d7673403e4f27db8641513 Mon Sep 17 00:00:00 2001 From: JP Hastings-Spital Date: Tue, 14 Jan 2025 22:59:01 +0000 Subject: [PATCH] [Forgejo] Try to debug --- .forgejo/workflows/publish.yaml | 6 ++++-- Taskfile.yml | 2 +- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/.forgejo/workflows/publish.yaml b/.forgejo/workflows/publish.yaml index 119e12a6..8ef3d4a3 100644 --- a/.forgejo/workflows/publish.yaml +++ b/.forgejo/workflows/publish.yaml @@ -34,7 +34,9 @@ jobs: - name: Build + publish web site + gemini capsule run: | + ls / + # Show what's mounted task build - rsync -a --delete ./public/. /pages/www.byjp.me + rsync -a --delete ./public/ /pages/www.byjp.me/ task gemini-reduce - rsync -a --delete ./public/. /gemini/www.byjp.me + rsync -a --delete ./public/ /gemini/www.byjp.me/ diff --git a/Taskfile.yml b/Taskfile.yml index 0485a7e1..c3188db1 100644 --- a/Taskfile.yml +++ b/Taskfile.yml @@ -35,7 +35,7 @@ tasks: vars: cache: /tmp/hugo/cache cmds: - - hugo --cacheDir {{ .cache }} --gc --minify --baseURL "https://{{ .domain }}" + - hugo --cacheDir {{ .cache }} --gc --minify --baseURL "https://{{ .domain }}" --quiet - pagefind --silent import: