Skip to content

Commit 2543951

Browse files
authored
Typos in README.md
1 parent 6187629 commit 2543951

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

README.md

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,9 @@ This action will copy the files from the defined folder into an S3 bucket, defin
1111
3. If domain and cert wanted, registered domain in AWS.
1212

1313
### 1. Files to publish
14-
Will grab everything defined in `aws_spa_source_folder` and push it to a bucket.
15-
Define `aws_spa_root_object` if different than `index.html`
14+
Will grab everything defined in `aws_spa_source_folder` and push it to a bucket.
15+
16+
Define `aws_spa_root_object` if different than `index.html`.
1617

1718
### 2. An AWS account
1819
You'll need [Access Keys](https://docs.aws.amazon.com/powershell/latest/userguide/pstools-appendix-sign-up.html) from an [AWS account](https://aws.amazon.com/premiumsupport/knowledge-center/create-and-activate-aws-account/)
@@ -44,7 +45,7 @@ jobs:
4445

4546
steps:
4647
- name: Create deploy-bucket
47-
uses: bitovi/github-actions-deploy-static-site-to-aws@v0.0.1
48+
uses: bitovi/github-actions-deploy-static-site-to-aws@v0.1.0
4849
with:
4950
aws_access_key_id: ${{ secrets.AWS_ACCESS_KEY_ID_SANDBOX}}
5051
aws_secret_access_key: ${{ secrets.AWS_SECRET_ACCESS_KEY_SANDBOX}}
@@ -135,8 +136,8 @@ We use the kubernetes style for this. For example, kubernetes -> k(# of characte
135136
For some specific resources, we have a 32 characters limit. If the identifier length exceeds this number after compression, we remove the middle part and replace it for a hash made up from the string itself.
136137

137138
## Contributing
138-
We would love for you to contribute to [bitovi/bitovi/github-actions-deploy-static-site-to-aws](https://github.com/bitovi/bitovi/github-actions-deploy-static-site-to-aws).
139-
Would you like to see additional features? [Create an issue](https://github.com/bitovi/bitovi/github-actions-deploy-static-site-to-aws/issues/new) or a [Pull Requests](https://github.com/bitovi/bitovi/github-actions-deploy-static-site-to-aws/pulls). We love discussing solutions!
139+
We would love for you to contribute to [bitovi/github-actions-deploy-static-site-to-aws](https://github.com/bitovi/github-actions-deploy-static-site-to-aws).
140+
Would you like to see additional features? [Create an issue](https://github.com/bitovi/github-actions-deploy-static-site-to-aws/issues/new) or a [Pull Requests](https://github.com/bitovi/github-actions-deploy-static-site-to-aws/pulls). We love discussing solutions!
140141

141142
## License
142-
The scripts and documentation in this project are released under the [MIT License](https://github.com/bitovi/bitovi/github-actions-deploy-static-site-to-aws/blob/main/LICENSE).
143+
The scripts and documentation in this project are released under the [MIT License](https://github.com/bitovi/github-actions-deploy-static-site-to-aws/blob/main/LICENSE).

0 commit comments

Comments
 (0)