diff --git a/.github/workflows/build-latest-docs.yaml b/.github/workflows/build-latest-docs.yaml index 0427c022c7..ebd8e56c6f 100644 --- a/.github/workflows/build-latest-docs.yaml +++ b/.github/workflows/build-latest-docs.yaml @@ -10,8 +10,8 @@ jobs: name: 📝 Build uses: ./.github/workflows/reusable-build-docs.yaml with: - repository-branch: 'stable-2.19' - ansible-package-version: '12' + repository-branch: 'stable-2.20' + ansible-package-version: '13' secrets: DOCS_BOT_TOKEN: ${{ secrets.DOCS_BOT_TOKEN }} @@ -20,8 +20,8 @@ jobs: needs: build-package-docs uses: ./.github/workflows/reusable-deploy-docs.yaml with: - ansible-package-version: '12' + ansible-package-version: '13' deployment-environment: 'production' - repository-branch: 'stable-2.19' + repository-branch: 'stable-2.20' secrets: DEPLOY_DOC_BUILD: ${{ secrets.DEPLOY_DOC_BUILD }}