Publish docs to wuming.marvin8.zone via grebedoc #31
Loading…
Reference in a new issue
No description provided.
Delete branch "refs/pull/31/head"
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?
Adds a Woodpecker docs-deploy pipeline and updates MkDocs config to serve the WuMing documentation at https://wuming.marvin8.zone using grebedoc.dev.
Changes
.woodpecker/docs.yml— new pipeline that runs on tag events: builds versioned docs withmike deployand pushes to thepagesbranch that grebedoc servesmkdocs.yml—site_urlupdated tohttps://wuming.marvin8.zone; mike plugin configured to use thepagesbranchAlso includes a batch of pending dep bumps (ruff 0.15.20, ty 0.0.54, uv 0.11.24, pysentry-rs 0.4.7, httpx2 2.5.0, zaojun 1.7.0 in pre-commit) and the nox session rename
dependency_versions→zaojun.Pre-requisites (outside this repo)
codeberg_tokenwith write-repository scope so the pipeline can push thepagesbranch_git-pages-repository.wuming.marvin8.zonecontaining the Codeberg clone URL (domain ownership proof for grebedoc)wuming.marvin8.zonepointing to grebedoc.devCloses #30