Skip to content

fix(ci): repair wrapped ENABLE_ANALYTICS expression in deploy-docs workflow - #9271

Merged
lstein merged 3 commits into
mainfrom
lstein/fix/deploy-docs-yaml-wrap
Jun 7, 2026
Merged

fix(ci): repair wrapped ENABLE_ANALYTICS expression in deploy-docs workflow#9271
lstein merged 3 commits into
mainfrom
lstein/fix/deploy-docs-yaml-wrap

Conversation

@lstein

@lstein lstein commented Jun 6, 2026

Copy link
Copy Markdown
Collaborator

Summary

The ENABLE_ANALYTICS env var in .github/workflows/deploy-docs.yml had its ${{ ... }} expression wrapped across two lines — the line break fell mid-expression right after ||, plus there was trailing whitespace. This is a YAML syntax error and breaks the workflow.

This joins the expression back onto a single line.

Test plan

  • python3 -c "import yaml; yaml.safe_load(open('.github/workflows/deploy-docs.yml'))" parses cleanly.

🤖 Generated with Claude Code

…rkflow

The `${{ ... }}` expression for ENABLE_ANALYTICS was wrapped across two
lines (splitting mid-expression after `||`), producing a YAML syntax
error. Join it back onto a single line.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
@lstein
lstein requested a review from blessedcoolant as a code owner June 6, 2026 21:26
@github-actions github-actions Bot added the CI-CD Continuous integration / Continuous delivery label Jun 6, 2026
@lstein lstein added the 6.13.5 Library Updates label Jun 6, 2026
@lstein lstein moved this to 6.13.x Theme: MODELS in Invoke - Community Roadmap Jun 6, 2026
@lstein lstein moved this from 6.13.x Theme: MODELS to 6.13.5 LIBRARY UPDATES in Invoke - Community Roadmap Jun 6, 2026
The link to #for-full-precision-models-only targeted a Starlight
:::caution callout, which doesn't generate a heading anchor. This
failed starlight-links-validator and broke the docs build. Drop the
anchor link, keep the cross-reference prose.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
@github-actions github-actions Bot added the docs PRs that change docs label Jun 6, 2026
@lstein
lstein merged commit 0df229f into main Jun 7, 2026
17 checks passed
@lstein
lstein deleted the lstein/fix/deploy-docs-yaml-wrap branch June 7, 2026 01:25
dunkeroni pushed a commit to dunkeroni/InvokeAI that referenced this pull request Jun 29, 2026
…rkflow (invoke-ai#9271)

* fix(ci): repair wrapped ENABLE_ANALYTICS expression in deploy-docs workflow

The `${{ ... }}` expression for ENABLE_ANALYTICS was wrapped across two
lines (splitting mid-expression after `||`), producing a YAML syntax
error. Join it back onto a single line.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>

* fix(docs): remove broken anchor link to aside in fp8-storage page

The link to #for-full-precision-models-only targeted a Starlight
:::caution callout, which doesn't generate a heading anchor. This
failed starlight-links-validator and broke the docs build. Drop the
anchor link, keep the cross-reference prose.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>

---------

Co-authored-by: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

6.13.5 Library Updates CI-CD Continuous integration / Continuous delivery docs PRs that change docs

Projects

Status: 6.13.5 LIBRARY UPDATES

Development

Successfully merging this pull request may close these issues.

2 participants