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
Owner

Summary

Fixes fatal: destination path '/tmp/silo' already exists error on the docs runner.

Changes

Adds rm -rf /tmp/silo before git clone in both:

  • docs.yml (Fetch Silo server docs step)
  • sync-silo-docs.yml (Clone Silo server docs step)

The docs runner persists state between runs, so /tmp/silo may already exist from a previous (possibly failed) run.

Follow-up to #124 / #122

## Summary Fixes `fatal: destination path '/tmp/silo' already exists` error on the docs runner. ## Changes Adds `rm -rf /tmp/silo` before `git clone` in both: - `docs.yml` (Fetch Silo server docs step) - `sync-silo-docs.yml` (Clone Silo server docs step) The docs runner persists state between runs, so `/tmp/silo` may already exist from a previous (possibly failed) run. ## Related Issues Follow-up to #124 / #122
forbes added 1 commit 2026-02-09 18:53:37 +00:00
fix: clean /tmp/silo before cloning in docs workflows
Some checks failed
Build and Test / build (pull_request) Has been cancelled
b3c1ebb94e
The docs runner persists state between runs, so /tmp/silo may
already exist from a previous (possibly failed) run.
forbes merged commit e72ab9465f into main 2026-02-09 18:54:54 +00:00
Sign in to join this conversation.
No Reviewers
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: kindred/create#125