Skip to content

Commit a044021

Browse files
Nyholmjaviereguiluz
authored andcommitted
[CI] Dont use special reposiroty for symfony-tools/docs-builder
1 parent 1e9f420 commit a044021

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
run: make -C _build SPHINXOPTS="-nqW -j auto" html
3737

3838
symfony-docs-builder-build:
39-
name: Build (symfony/docs-builder)
39+
name: Build (symfony-tools/docs-builder)
4040

4141
runs-on: ubuntu-latest
4242

_build/composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"require": {
1414
"php": ">=7.4",
1515
"symfony/console": "^5.2",
16-
"symfony-tools/docs-builder": "^0.15.0",
17-
"symfony/process": "^5.2"
16+
"symfony/process": "^5.2",
17+
"symfony-tools/docs-builder": "^0.15.0"
1818
}
1919
}

0 commit comments

Comments
 (0)