Skip to content

Commit f2c0765

Browse files
authored
bump latest to 12 in the scheduled docs build (#3053)
1 parent da8ec25 commit f2c0765

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/build-latest-docs.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ jobs:
1010
name: 📝 Build
1111
uses: ./.github/workflows/reusable-build-docs.yaml
1212
with:
13-
repository-branch: 'stable-2.18'
14-
ansible-package-version: '11'
13+
repository-branch: 'stable-2.19'
14+
ansible-package-version: '12'
1515
secrets:
1616
DOCS_BOT_TOKEN: ${{ secrets.DOCS_BOT_TOKEN }}
1717

@@ -20,8 +20,8 @@ jobs:
2020
needs: build-package-docs
2121
uses: ./.github/workflows/reusable-deploy-docs.yaml
2222
with:
23-
ansible-package-version: '11'
23+
ansible-package-version: '12'
2424
deployment-environment: 'production'
25-
repository-branch: 'stable-2.18'
25+
repository-branch: 'stable-2.19'
2626
secrets:
2727
DEPLOY_DOC_BUILD: ${{ secrets.DEPLOY_DOC_BUILD }}

0 commit comments

Comments
 (0)