Skip to content

Commit 215eba2

Browse files
ryanbas21claude
andcommitted
fix(docs): widen workflow paths filter to trigger deploy with base-path fix
The elm-pages base path patch (baa02c1) fixed route pre-rendering but never deployed because the docs workflow only triggers on apps/docs/** changes. The fix modified patches/, package.json, and the workflow file itself — none of which matched the filter. - Add .github/workflows/docs.yml and patches/elm-pages* to paths filter - Add VS Code Extension link to Getting Started page (triggers deploy) Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 5670faf commit 215eba2

2 files changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/docs.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ on:
55
branches: [main]
66
paths:
77
- 'apps/docs/**'
8+
- '.github/workflows/docs.yml'
9+
- 'patches/elm-pages*'
810

911
permissions:
1012
contents: read

apps/docs/content/docs/getting-started.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,3 +42,4 @@ npm install @wolfcola/devtools-bridge
4242
- Read the [Tree-Shaking Guide](/docs/tree-shaking)
4343
- Explore the [Architecture](/architecture)
4444
- Learn about the [DevTools Extension](/docs/devtools-extension)
45+
- Check out the [VS Code Extension](/docs/vscode-extension)

0 commit comments

Comments
 (0)