Create Github Repositories
Execution sequence
- From the main interface of your Github account
- Click on your avatar in the top right corner, then select Your Profile

- We will redirected to the Github User page

We will create 3 repositories for the next steps
3. Create Repository for Single Page

- In the Create a new repository page
- In the Repository name field, enter <github_account>.github.io (with <github_account> is your Github account’s username).
In this case, I’ll use nhdinh39.github.io
- In the Description field, enter This is the repository for Single Page
- Click Create repository

- Create Repository for Multiple Pages
- Return to the Github User page, then select Repositories
- Select New

- In the Create a new repository page
- In the Repository name field, enter workshop1
- In the Description field, enter This is the repository for Multiple Pages
- Select Create repository

- Create Repository for Multiple Pages with CI/CD
- Return to the Github User page, then choose Repositories
- Select New

- In the Create a new repository page
- In the Repository name field, enter workshop2
- In the Description field, enter This is the repository for Multiple Pages with CI/CD
- Select Create repository

- Completing the creation of 3 Repositories
