Step by step about how to deploy your project using github action on gh-pages.
To create a fork of this project access https://github.com/rafaelbmateus/me/fork and click in "Create fork" button.
By default actions are not automatically enabled for forks. Select Actions in your repository forked and click in "I understand my workflows, go ahead and enable them".
Select "Deploy static content to Pages" Workflow, click in "Run workflow", use workflow from Branch: main and click in "Run workflow".
Check if deploy static content to Pages workflow run completed successfully.
Access your profile page
in https://<username>.github.io/me/
.
Change
<username>
with your github user. Like: https://github.com/rafaelbmateus the username israfaelbmateus
.