Commit 0df229f
fix(ci): repair wrapped ENABLE_ANALYTICS expression in deploy-docs workflow (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>1 parent df83fd0 commit 0df229f
2 files changed
Lines changed: 2 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
116 | 116 | | |
117 | 117 | | |
118 | 118 | | |
119 | | - | |
120 | | - | |
| 119 | + | |
121 | 120 | | |
122 | 121 | | |
123 | 122 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
92 | 92 | | |
93 | 93 | | |
94 | 94 | | |
95 | | - | |
| 95 | + | |
96 | 96 | | |
97 | 97 | | |
98 | 98 | | |
| |||
0 commit comments