6. Check if all the jobs have been executed successfully or not

** Make sure to uncheck "Block public access" while creating bucket**

7. Now you can see on your s3 dashboard objects that your codebase has been pushed successfully



8. now you have to write bucket policy code to make it publicly accessible



9. now you have to just enable static website hosting under AWS s3 properties

- You will get the link for your website



10. Click on the provided aws link and congratulations you have just deployed your website on aws using github actions.



next