chore(www): work around an rss feed generation issue
All checks were successful
/ all (push) Successful in 13s

This commit is contained in:
Julien Dessaux 2025-04-27 17:54:56 +02:00
parent 8a303476d7
commit 90bd1f293c
Signed by: adyxax
GPG key ID: F92E51B86E07177E

View file

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