Check Website

Execution Sequence

  1. From our workshop1 repository interface on Github
  • Select Actions CHECK
  1. We will be redirected to the Actions interface, we will see a Create static.yml workflow running, this is the commit message that we made in step 4.2 CHECK

  2. Wait for the Create static.yml workflow to complete

  • Select Create static.yml CHECK
  1. We will be redirected to the workflow details page Create static.yml
  • In the deploy section we will see the link of our website, select it CHECK
  1. We will see our website is working on the domain name https://<github_account>.github.io/workshop1/ CHECK

So we have completed Create Multiple Pages with Hugo Source Code on our own Repository