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 d0fab1a commit 8c32754Copy full SHA for 8c32754
.github/workflows/publish_layer.yml
@@ -113,11 +113,11 @@ jobs:
113
echo DOCS_ALIAS="$DOCS_ALIAS" >> "$GITHUB_OUTPUT"
114
115
release-docs:
116
- needs: [ prod, prepare_docs_alias ]
+ needs: [ deploy-prod, prepare_docs_alias ]
117
permissions:
118
contents: write
119
pages: write
120
- uses: ./.github/workflows/reusable_publish_docs.yml
+ uses: ./.github/workflows/reusable-publish-docs.yml
121
with:
122
version: ${{ inputs.latest_published_version }}
123
alias: ${{ needs.prepare_docs_alias.outputs.DOCS_ALIAS }}
0 commit comments