@@ -13,7 +13,6 @@ before:
1313 title : Welcome
1414 body : 00_class-introduction-issue.md
1515steps :
16- # 1
1716 - title : Generate a GitHub Pages site
1817 description : Generate a GitHub Pages site with the automatic page generator.
1918 event : page_build
2423 with : 01_update-index.md
2524 data :
2625 url : ' https://%user.username%.github.io/%payload.repository.name%'
27- # 2
2826 - title : Customize your homepage
2927 description : Open a pull request with changes to the homepage.
3028 event : pull_request.opened
@@ -44,17 +42,13 @@ steps:
4442 - left : ' %actions.tree.data.tree%'
4543 operator : includes
4644 right : ' path:index.html'
47- - left : ' %actions.tree.data.tree%'
48- operator : includes
49- right : ' path:index.md'
5045 - type : createReview
5146 body : 02_merge-pr.md
5247 event : APPROVE
5348 data :
5449 branch : ' %payload.pull_request.head.ref%'
5550 - type : closeIssue
5651 issue : Welcome
57- # 3
5852 - title : Merge your pull request
5953 description : Merge the pull request that customizes your homepage.
6054 event : pull_request.closed
7670 data :
7771 url : ' %actions.issue.data.html_url%'
7872 - type : removeBranchProtection
79- # 4
8073 - title : Customize site details
8174 description : Edit the configuration file to display your information.
8275 event : pull_request
@@ -120,7 +113,6 @@ steps:
120113 body : 04_create-blog-post.md
121114 data :
122115 branch : ' %payload.pull_request.head.ref%'
123- # 5
124116 - title : Create a blog post
125117 description : Create a new file that will become your first blog post.
126118 event : pull_request.synchronize
@@ -181,7 +173,6 @@ steps:
181173 - type : createReview
182174 body : 05_add-front-matter.md
183175 event : COMMENT
184- # 6
185176 - title : Add blog post metadata
186177 description : Add YAML front matter to the blog post to display the title and date.
187178 event : pull_request.synchronize
@@ -233,7 +224,6 @@ steps:
233224 - type : createReview
234225 body : 06_merge-and-celebrate.md
235226 event : APPROVE
236- # 7
237227 - title : Merge your first post
238228 description : Merge the pull request so your blog post will appear on your GitHub Pages site.
239229 event : pull_request.closed
0 commit comments