We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent da8ec25 commit f2c0765Copy full SHA for f2c0765
.github/workflows/build-latest-docs.yaml
@@ -10,8 +10,8 @@ jobs:
10
name: 📝 Build
11
uses: ./.github/workflows/reusable-build-docs.yaml
12
with:
13
- repository-branch: 'stable-2.18'
14
- ansible-package-version: '11'
+ repository-branch: 'stable-2.19'
+ ansible-package-version: '12'
15
secrets:
16
DOCS_BOT_TOKEN: ${{ secrets.DOCS_BOT_TOKEN }}
17
@@ -20,8 +20,8 @@ jobs:
20
needs: build-package-docs
21
uses: ./.github/workflows/reusable-deploy-docs.yaml
22
23
24
deployment-environment: 'production'
25
26
27
DEPLOY_DOC_BUILD: ${{ secrets.DEPLOY_DOC_BUILD }}
0 commit comments