fix: replace broken CI expire workflow with sidecar container #12
Loading…
Reference in a new issue
No description provided.
Delete branch "fix/expire-sidecar"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
The scheduled CI workflow (
expire.yml) doesn't work because Forgejo Actions job containers don't have the Docker CLI installed. Instead, a sidecar container (git-pages-expire) runs in the same docker-compose, shares the data volume, and callsgit-pages -site-expireevery 30 minutes via a shell loop.Removes the broken
.forgejo/workflows/expire.yml.