aws-samples / amazon-cloudfront-secure-static-site

Create a secure static website with CloudFront for your registered domain.
Apache License 2.0
385 stars 140 forks source link

Remove step from release action #45

Closed ConnorKirk closed 2 years ago

ConnorKirk commented 2 years ago

Issue #, if available:

Description of changes: The release github action broke in a prior PR #42. The action tried to zip a directory that no longer exists. This PR fixes the action by removing the step. It is no longer needed, as the function using that code has been removed.

I noticed that pre-commit was failing. The check-yaml hook errors on Cloudformation templates. Seeing as we have cfn-lint and cfn-nag checking the templates, I think it's fine to exclude the Cloudformation from this check.

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.