Migrate CI from Woodpecker to Forgejo Actions #4
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
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?
Replace .woodpecker/deploy.yml with a Forgejo Actions workflow at .forgejo/workflows/ci.yml. All jobs should run on the zhuiri runner. Build on push/PR; deploy to grebedoc.dev via the git-pages action on push to main.
Findings: The current .woodpecker/deploy.yml builds with zensical and force-pushes site/ to the pages branch. The longwei and cang projects are good templates — both use .forgejo/workflows/ci.yml with zhuiri runner and the git-pages/action@v2 for grebedoc deployment.
Plan: