mirror of
https://github.com/deepseek-ai/deepseek-harness.git
synced 2026-08-29 04:26:38 +00:00
The documentation site deployed on every master push, with no reviewer and no version check, while npm, PyPI, and the public source repository all advance only at a release tag. The Pages site is reachable without authentication, so a merge published documentation ahead of every artifact readers could obtain. docs-pages.yml now declares workflow_dispatch alone and verifies the ref through the gate npm publication already runs, so the site and the npm sequence share one definition of a released version.