Skip to content

docs: unify documentation workflows with improved validation #17523

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Draft
wants to merge 9 commits into
base: main
Choose a base branch
from
Prev Previous commit
Next Next commit
fix: correct variable syntax in workflow YAML
  • Loading branch information
EdwardAngert committed Apr 24, 2025
commit 83b45fcf026e41785a2b0da2c393065e6129d87b
2 changes: 1 addition & 1 deletion .github/workflows/docs-unified.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -616,7 +616,7 @@ jobs:

## 🖥️ [View Documentation Preview]($PREVIEW_URL)

> $STATUS_EMOJI **Validation Result**: ${{ steps.validation-results.outputs.badge }}
> ${STATUS_EMOJI} **Validation Result**: ${{ steps.validation-results.outputs.badge }}

### Quick Links
- [Main Docs]($PREVIEW_URL)
Expand Down