Skip to content

Latest commit

 

History

History
44 lines (28 loc) · 1.53 KB

how-to-deploy.md

File metadata and controls

44 lines (28 loc) · 1.53 KB

How to deploy

Step by step about how to deploy your project using github action on gh-pages.

1. Create a fork

To create a fork of this project access https://github.com/rafaelbmateus/me/fork and click in "Create fork" button.

1-create-fork

2. Enable Github Actions

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".

2-enable-actions

3. Run deploy to Pages

Select "Deploy static content to Pages" Workflow, click in "Run workflow", use workflow from Branch: main and click in "Run workflow".

3-run-deploy

Check if deploy static content to Pages workflow run completed successfully.

4-check-deploy

4. Access your profile page

Access your profile page in https://<username>.github.io/me/.

Change <username> with your github user. Like: https://github.com/rafaelbmateus the username is rafaelbmateus.

5-preview