From 90bd1f293c12381c99083645c43f17b33edb5d8d Mon Sep 17 00:00:00 2001 From: Julien Dessaux Date: Sun, 27 Apr 2025 17:54:56 +0200 Subject: [PATCH] chore(www): work around an rss feed generation issue --- .forgejo/workflows/main.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.forgejo/workflows/main.yaml b/.forgejo/workflows/main.yaml index c1bd655..a687232 100644 --- a/.forgejo/workflows/main.yaml +++ b/.forgejo/workflows/main.yaml @@ -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'