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

Commit a35fe7e

Browse files
authored
Merge pull request #19 from githubtraining/may-2019-audit
May 2019 Audit
2 parents e21a233 + 51db7b6 commit a35fe7e

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ steps:
2626
with: 00-openapr.md
2727
data:
2828
pagesUrl: "%actions.pagesUrl.data.html_url%"
29-
issue: 1
29+
issue: Welcome
3030

3131
- title: Open a pull request
3232
description: Open a pull request.

responses/00-openapr.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ It's not very special looking yet, is it? Web hosts (and GitHub Pages) look for
66

77
### :keyboard: Activity: Add `index.html`
88

9-
To help you get started, I have already created an `index.html` file for you on a branch called: `add-index`. All you need to do is create the pull request:
9+
To help you get started, I have already created an `index.html` file for you on a branch called: `add-index`. All you need to do is create the pull request. Don't worry, I'll help you!
1010

1111
1. Create a pull request. You can either [use this direct link]({{ repoUrl }}/compare/master...add-index?expand=1), or go to the **Code** tab, click on **New Pull Request**, select **base: master**, and **compare: add-index**.
1212
2. Add a descriptive title to your pull request, something like "Add the index.html file".

responses/01-welcome.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,17 +14,17 @@ When someone enters your web address, the web standards will automatically look
1414

1515
## Step 1: Hosting your webpage
1616

17-
It isn't enough to simply create a webpage on GitHub. You must deploy your webpage to a web host that is connected to the internet. For this course we will use GitHub Pages, but you could deploy a web page to a simple host, or as your web pages become more dynamic, you can use services like Heroku.
17+
It isn't enough to simply create a webpage on GitHub. You must deploy your webpage to a web host that is connected to the internet. For this course we will use GitHub Pages, but you could publish the HTML to any static host.
1818

1919
## :keyboard: Activity: Turn on GitHub Pages
2020

2121
1. Under your repository name, click [**Settings**]({{ repoUrl }}/settings).
2222
1. In the **GitHub Pages** section, use the **Select source** drop-down menu to select `master` as your GitHub Pages publishing source.
23-
1. Click **Save**.
23+
1. Return to this issue.
2424

25-
> _I may take up to a minute to respond as I wait for GitHub Pages to create a deployment of your repository_.
25+
> _I may take up to a minute to respond as I wait for GitHub Pages to create a deployment of your repository. If you don't see anything after a minute, refresh this page_.
2626
2727
> _For more information, see [Configuring a publishing source for GitHub Pages](https://help.github.com/articles/configuring-a-publishing-source-for-github-pages/) in the GitHub Help._
2828
2929
<hr>
30-
<h3 align="center">Return to this issue for next steps</h3>
30+
<h3 align="center">I'll respond in this issue after you've enabled GitHub Pages.</h3>

responses/next.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
Great! I've opened a [new issue]({{ issueURL }}) for you.
22

33
<hr>
4-
<h3 align="center">Go to the next issue <a href="{{ issueURL }}">here</a>!</h3>
4+
<h3 align="center">Go to the next issue <a href="{{ issueURL }}">here</a>.</h3>

0 commit comments

Comments
 (0)