diff --git a/.github/workflows/pr-deploy.yml b/.github/workflows/pr-deploy.yml index e0a3dad..ca5aee5 100644 --- a/.github/workflows/pr-deploy.yml +++ b/.github/workflows/pr-deploy.yml @@ -66,4 +66,4 @@ jobs: run: | export MESSAGE="PR #${{ needs.call-metadata-workflow.outputs.pr-number }} deployed to http://${{ needs.call-metadata-workflow.outputs.pr-env }}.s3-website.us-east-1.amazonaws.com with version=${{ needs.call-metadata-workflow.outputs.build-tag }}" echo "::notice title=PR Deployed::$MESSAGE" - + diff --git a/Makefile b/Makefile index 84d2fd8..1e502f1 100644 --- a/Makefile +++ b/Makefile @@ -83,7 +83,6 @@ clean-archive-files: rm -rf ./docs-site.tar rm -rf ./manifest.txt - check-env: ifndef env $(error env is not defined)