Skip to content

Commit 1805f2c

Browse files
committed
minor
1 parent 6067509 commit 1805f2c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docs-configuration-reference.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
GITHUB_TOKEN: ${{ secrets.CARSONPROD_GITHUB_TOKEN }}
5353
run: |
5454
CURRENT_DIR=$(pwd)
55-
for item in "debug:DebugBundle" "doctrine:DoctrineBundle" "security:SecurityBundle" "twig:TwigBundle" "web_profiler:WebProfilerBundle"
55+
for item in "debug:DebugBundle" "framework:FrameworkBundle" "security:SecurityBundle" "twig:TwigBundle" "web_profiler:WebProfilerBundle"
5656
do
5757
FILE=$(echo $item | cut -d ":" -f1)
5858
BUNDLE=$(echo $item | cut -d ":" -f2)

0 commit comments

Comments
 (0)