-
Notifications
You must be signed in to change notification settings - Fork 403
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
c2e6ee5
commit 178c627
Showing
2 changed files
with
14 additions
and
17 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -10,10 +10,10 @@ on: | |
latest_published_version: | ||
description: "Latest PyPi published version to rebuild latest docs for, e.g. v2.0.0" | ||
required: true | ||
workflow_run: | ||
workflows: ["Publish to PyPi"] | ||
types: | ||
- completed | ||
# workflow_run: | ||
# workflows: ["Publish to PyPi"] | ||
# types: | ||
# - completed | ||
|
||
jobs: | ||
build-layer: | ||
|
@@ -65,8 +65,7 @@ jobs: | |
npm install -g [email protected] | ||
cdk --version | ||
- name: CDK build | ||
run: | | ||
cdk synth --context version="$RELEASE_TAG_VERSION" -o cdk.out | ||
run: cdk synth --context version="$RELEASE_TAG_VERSION" -o cdk.out | ||
- name: zip output | ||
run: zip -r cdk.out.zip cdk.out | ||
- name: Archive CDK artifacts | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters