Check Website

Execution Sequence

  1. From our workshop2 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 5.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/workshop2/ CHECK

So we have completed Create Multiple Pages by CI/CD process through Github Actions. Next we will proceed to Update Code and then Check Website Again