Skip to content

Commit d66e1ca

Browse files
kozubjeromevdl
authored andcommitted
docs: versioning - fix typo (#1322)
* docs: add support for docs versioning (#1239) * docs: change configuration to release docs only during the release or by hand. Rollback config for building doc for PR. (#1239) * docs: HotFix - workflow path(#1239) * docs: HotFix - workflow path(#1239) * docs: typo. (#1239)
1 parent 4ef8aad commit d66e1ca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/rebuild-latest-docs.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
pages: write # deploy gh-pages website
3434
id-token: write # trade JWT token for AWS credentials in AWS Docs account
3535
secrets: inherit
36-
uses: ./.github/workflows/reusable_publish_docs.yml
36+
uses: ./.github/workflows/reusable-publish-docs.yml
3737
with:
3838
version: ${{ inputs.latest_published_version }}
3939
alias: latest

0 commit comments

Comments
 (0)