Skip to content

Commit ca0bdb0

Browse files
authored
chore(ci): fix typo in doc publishing workflow (#1349)
* chore: fix typo in variable name * chore: remove extra spacing * chore: remove extra path from triggers
1 parent 87b94e5 commit ca0bdb0

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

Diff for: .github/workflows/on_doc_merge.yml

-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ on:
77
paths:
88
- "docs/**"
99
- "mkdocs.yml"
10-
- "examples/**"
1110

1211
jobs:
1312
release-docs:

Diff for: .github/workflows/reusable-publish-docs.yml

+1-2
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ env:
44
BRANCH: main
55
ORIGIN: awslabs/aws-lambda-powertools-typescript
66

7-
87
on:
98
workflow_call:
109
inputs:
@@ -111,7 +110,7 @@ jobs:
111110
keep_files: true
112111
destination_dir: ${{ env.VERSION }}/api
113112
- name: Release API docs to latest
114-
if: ${{ input.alias == 'latest' }}
113+
if: ${{ inputs.alias == 'latest' }}
115114
uses: peaceiris/actions-gh-pages@bd8c6b06eba6b3d25d72b7a1767993c0aeee42e7
116115
with:
117116
github_token: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)