Skip to content

chore(ci): fix typo in doc publishing workflow #1349

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion .github/workflows/on_doc_merge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ on:
paths:
- "docs/**"
- "mkdocs.yml"
- "examples/**"

jobs:
release-docs:
Expand Down
3 changes: 1 addition & 2 deletions .github/workflows/reusable-publish-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ env:
BRANCH: main
ORIGIN: awslabs/aws-lambda-powertools-typescript


on:
workflow_call:
inputs:
Expand Down Expand Up @@ -111,7 +110,7 @@ jobs:
keep_files: true
destination_dir: ${{ env.VERSION }}/api
- name: Release API docs to latest
if: ${{ input.alias == 'latest' }}
if: ${{ inputs.alias == 'latest' }}
uses: peaceiris/actions-gh-pages@bd8c6b06eba6b3d25d72b7a1767993c0aeee42e7
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
Expand Down