We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 87b94e5 commit ca0bdb0Copy full SHA for ca0bdb0
.github/workflows/on_doc_merge.yml
@@ -7,7 +7,6 @@ on:
7
paths:
8
- "docs/**"
9
- "mkdocs.yml"
10
- - "examples/**"
11
12
jobs:
13
release-docs:
.github/workflows/reusable-publish-docs.yml
@@ -4,7 +4,6 @@ env:
4
BRANCH: main
5
ORIGIN: awslabs/aws-lambda-powertools-typescript
6
-
on:
workflow_call:
inputs:
@@ -111,7 +110,7 @@ jobs:
111
110
keep_files: true
112
destination_dir: ${{ env.VERSION }}/api
113
- name: Release API docs to latest
114
- if: ${{ input.alias == 'latest' }}
+ if: ${{ inputs.alias == 'latest' }}
115
uses: peaceiris/actions-gh-pages@bd8c6b06eba6b3d25d72b7a1767993c0aeee42e7
116
with:
117
github_token: ${{ secrets.GITHUB_TOKEN }}
0 commit comments