Skip to content
This repository was archived by the owner on Sep 1, 2022. It is now read-only.

Commit f511f23

Browse files
committed
small tweaks
1 parent 78713d9 commit f511f23

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

config.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ before:
1212
- type: createIssue
1313
title: Welcome
1414
body: 00_class-introduction-issue.md
15+
1516
steps:
1617
- title: Generate a GitHub Pages site
1718
description: Generate a GitHub Pages site with the automatic page generator.
@@ -23,6 +24,7 @@ steps:
2324
with: 01_update-index.md
2425
data:
2526
url: 'https://%user.username%.github.io/%payload.repository.name%'
27+
2628
- title: Customize your homepage
2729
description: Open a pull request with changes to the homepage.
2830
event: pull_request.opened
@@ -49,6 +51,7 @@ steps:
4951
branch: '%payload.pull_request.head.ref%'
5052
- type: closeIssue
5153
issue: Welcome
54+
5255
- title: Merge your pull request
5356
description: Merge the pull request that customizes your homepage.
5457
event: pull_request.closed
@@ -70,6 +73,7 @@ steps:
7073
data:
7174
url: '%actions.issue.data.html_url%'
7275
- type: removeBranchProtection
76+
7377
- title: Customize site details
7478
description: Edit the configuration file to display your information.
7579
event: pull_request
@@ -113,6 +117,7 @@ steps:
113117
body: 04_create-blog-post.md
114118
data:
115119
branch: '%payload.pull_request.head.ref%'
120+
116121
- title: Create a blog post
117122
description: Create a new file that will become your first blog post.
118123
event: pull_request.synchronize
@@ -173,6 +178,7 @@ steps:
173178
- type: createReview
174179
body: 05_add-front-matter.md
175180
event: COMMENT
181+
176182
- title: Add blog post metadata
177183
description: Add YAML front matter to the blog post to display the title and date.
178184
event: pull_request.synchronize
@@ -224,6 +230,7 @@ steps:
224230
- type: createReview
225231
body: 06_merge-and-celebrate.md
226232
event: APPROVE
233+
227234
- title: Merge your first post
228235
description: Merge the pull request so your blog post will appear on your GitHub Pages site.
229236
event: pull_request.closed

responses/00_class-introduction-issue.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ In this course, you'll create a blog hosted on GitHub Pages and learn how to:
1212

1313
### New to GitHub?
1414

15-
For this course, you'll need to know how to create a branch on GitHub, commit changes using Git, and open a pull request on GitHub. If you need a refresher on the GitHub flow, check out the [the Introduction to GitHub course]({{ host}}/courses/introduction-to-github).
15+
For this course, you'll need to know how to create a branch on GitHub, commit changes using Git, and open a pull request on GitHub. If you need a refresher on the GitHub flow, check out the [the Introduction to GitHub course]({{ host }}/courses/introduction-to-github).
1616

1717
### :keyboard: Activity: Generate a GitHub Pages site
1818

0 commit comments

Comments
 (0)