fix: clean /tmp/silo before cloning in docs workflows #125

Merged
forbes merged 1 commits from fix/silo-docs-tmp-cleanup into main 2026-02-09 18:54:54 +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