Multiple Pages with CI/CD

In this method we will go step by step to build a Multiple Pages and integrate the CI/CD workflow of Github Actions to build and deploy automatically when the developer push the code up to repository.
Website will work on domain name: https://<github_account>.github.io/<repository_name>/

Resources required for this step:

  • Github Repository: workshop2, which you created in step 2.2
  • All Hugo Source Code except public folder

Content

5.1 Push Code to Repository
5.2 Work with Github Pages
5.3 Check Website
5.4 Update Code
5.5 Check Website Again