Skip to content

Commit 4a35c97

Browse files
steve-downeyclaude
andcommitted
Fix docs CI: use public npm registry; fix stale path in Makefile
Add .npmrc pinning the project to registry.npmjs.org. The lockfile was generated from Bloomberg's internal Artifactory mirror, causing npm ci to crash ("Exit handler never called!") on public GitHub Actions runners that cannot reach artprod.dev.bloomberg.com. Regenerate package-lock.json against the public registry. Also update _docs_conf in the Makefile: antora-worktree-fix.js was renamed to antora/antora-worktree-fix.js in a previous commit but the Makefile still referenced the old path, which was why make fell through to the .DEFAULT cmake-passthrough rule (the file no longer existed at the expected location). Co-Authored-By: Claude Sonnet 4.6 (1M context) <noreply@anthropic.com>
1 parent 53280b6 commit 4a35c97

3 files changed

Lines changed: 189 additions & 266 deletions

File tree

.npmrc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
registry=https://registry.npmjs.org

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -256,7 +256,7 @@ clean-tools: ## Remove locally installed documentation tools
256256

257257
realclean: clean-tools clean-docs
258258

259-
_docs_conf := antora-playbook.yml antora-worktree-fix.js docs/antora.yml docs/mrdocs.yml
259+
_docs_conf := antora-playbook.yml antora/antora-worktree-fix.js docs/antora.yml docs/mrdocs.yml
260260

261261
# Docs output lives under the toolchain build path so it uses the same
262262
# compilation environment as the rest of the build, and the root-level

0 commit comments

Comments
 (0)