try to debug around rss feed generation issue
Some checks failed
/ all (push) Has been cancelled

This commit is contained in:
Julien Dessaux 2025-04-27 17:54:56 +02:00
parent 8a303476d7
commit 61c5cef605
Signed by: adyxax
GPG key ID: F92E51B86E07177E
2 changed files with 4 additions and 0 deletions

View file

@ -10,6 +10,8 @@ jobs:
runs-on: 'self-hosted'
steps:
- uses: 'actions/checkout@v4'
with:
fetch-depth: 0
- uses: 'actions/setup-go@v5'
with:
go-version-file: 'search/go.mod'

View file

@ -14,6 +14,7 @@ HOSTNAME := $(shell hostname -f)
.PHONY: build
build: no-dirty ## make build
@echo "----- Generating site -----"
env
hugo --gc --minify --cleanDestinationDir -d public/ \
--cacheDir $(CACHEDIR) --buildFuture
cp public/index.json search/
@ -36,6 +37,7 @@ serve: ## make serve # hugo web server development mode
##### Operations ###############################################################
.PHONY: deploy
deploy: ## make deploy
sleep 600
umask 077
if [ -n "$${SSH_PRIVATE_KEY:-}" ]; then
cleanup() {