Compare commits
6 Commits
4143396db0
...
9285742cfe
| Author | SHA1 | Date |
|---|---|---|
|
|
9285742cfe | |
|
|
15574d94e9 | |
|
|
3b8e7d5dde | |
|
|
a34d28e6a7 | |
|
|
6a0c7db715 | |
|
|
99fc6995ce |
|
|
@ -10,6 +10,7 @@ permissions:
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
bundle-and-publish:
|
bundle-and-publish:
|
||||||
|
if: ${{ false }} # Temporarily disabled while web bundles are paused.
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout BMAD-METHOD
|
- name: Checkout BMAD-METHOD
|
||||||
|
|
|
||||||
|
|
@ -48,6 +48,7 @@ CLAUDE.local.md
|
||||||
|
|
||||||
# Bundler temporary files and generated bundles
|
# Bundler temporary files and generated bundles
|
||||||
.bundler-temp/
|
.bundler-temp/
|
||||||
|
web-bundles/
|
||||||
|
|
||||||
# Generated web bundles (built by CI, not committed)
|
# Generated web bundles (built by CI, not committed)
|
||||||
src/modules/bmm/sub-modules/
|
src/modules/bmm/sub-modules/
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue