Merge pull request 'fix: clean /tmp/silo before cloning in docs workflows' (#125) from fix/silo-docs-tmp-cleanup into main
Some checks failed
Deploy Docs / build-and-deploy (push) Failing after 26s
Build and Test / build (push) Has been cancelled

Reviewed-on: #125
This commit was merged in pull request #125.
This commit is contained in:
2026-02-09 18:54:52 +00:00
2 changed files with 2 additions and 0 deletions

View File

@@ -33,6 +33,7 @@ jobs:
- name: Fetch Silo server docs
run: |
rm -rf /tmp/silo
git clone --depth 1 --filter=blob:none --sparse \
http://gitea:3000/kindred/silo.git /tmp/silo
cd /tmp/silo

View File

@@ -22,6 +22,7 @@ jobs:
- name: Clone Silo server docs
run: |
rm -rf /tmp/silo
git clone --depth 1 --filter=blob:none --sparse \
http://gitea:3000/kindred/silo.git /tmp/silo
cd /tmp/silo