The Wayback Machine - https://web.archive.org/web/20230103183027/https://github.com/skills/github-pages/commit/a4f789369503e0696c1cf75826c06ffab784c5fc
Skip to content
Permalink
Browse files
Rename githublearn to skills (#4)
* Rename githublearn to skills

* Update README.md
  • Loading branch information
heiskr committed Apr 12, 2022
1 parent 3a26dd9 commit a4f789369503e0696c1cf75826c06ffab784c5fc
Show file tree
Hide file tree
Showing 7 changed files with 10 additions and 10 deletions.
@@ -75,7 +75,7 @@ jobs:
# Update README to close <details id=0> and open <details id=1>
# and set STEP to '1'
- name: Update to step 1
uses: githublearn/action-update-step@v1
uses: skills/action-update-step@v1
with:
token: ${{ secrets.GITHUB_TOKEN }}
from_step: 0
@@ -40,7 +40,7 @@ jobs:
# Update README to close <details id=1> and open <details id=2>
# and set STEP to '2'
- name: Update to step 2
uses: githublearn/action-update-step@v1
uses: skills/action-update-step@v1
with:
token: ${{ secrets.GITHUB_TOKEN }}
from_step: 1
@@ -44,7 +44,7 @@ jobs:
# Update README to close <details id=2> and open <details id=3>
# and set STEP to '3'
- name: Update to step 3
uses: githublearn/action-update-step@v1
uses: skills/action-update-step@v1
with:
token: ${{ secrets.GITHUB_TOKEN }}
from_step: 2
@@ -44,7 +44,7 @@ jobs:
# Update README to close <details id=3> and open <details id=4>
# and set STEP to '4'
- name: Update to step 4
uses: githublearn/action-update-step@v1
uses: skills/action-update-step@v1
with:
token: ${{ secrets.GITHUB_TOKEN }}
from_step: 3
@@ -44,7 +44,7 @@ jobs:
# Update README to close <details id=4> and open <details id=5>
# and set STEP to '5'
- name: Update to step 5
uses: githublearn/action-update-step@v1
uses: skills/action-update-step@v1
with:
token: ${{ secrets.GITHUB_TOKEN }}
from_step: 4
@@ -41,7 +41,7 @@ jobs:
# Update README to close <details id=5> and open <details id=X>
# and set STEP to 'X'
- name: Update to step X
uses: githublearn/action-update-step@v1
uses: skills/action-update-step@v1
with:
token: ${{ secrets.GITHUB_TOKEN }}
from_step: 5
@@ -23,7 +23,7 @@ _Learn how to create a site or blog with GitHub Pages._
<details id=0 open>
<summary><h2>:golf: Start</h2></summary>

[![start-course](https://user-images.githubusercontent.com/1221423/154366775-5491926f-9ed1-4a4a-a229-0810c0ed7e5e.svg)](https://github.com/githublearn/github-pages/generate)
[![start-course](https://user-images.githubusercontent.com/1221423/154366775-5491926f-9ed1-4a4a-a229-0810c0ed7e5e.svg)](https://github.com/skills/github-pages/generate)

> When you select **Start course** or **Use this template**, you will be prompted to create a new repository.
> We recommend creating a public repository, as private repositories will [use Actions minutes](https://docs.github.com/en/billing/managing-billing-for-github-actions/about-billing-for-github-actions).<br>
@@ -214,8 +214,8 @@ Here's a recap of all the tasks you've accomplished in your repository:
### What's next?

- Keep working on your GitHub Pages site... we love seeing what you come up with!
- We'd love to hear what you thought of this course [in our community forum](https://github.community/c/education/github-learning-lab/34).
- [Take another GitHub Learn course](https://github.com/githublearn).
- We'd love to hear what you thought of this course [in our discussion board](https://github.com/skills/.github/discussions).
- [Take another GitHub Skills course](https://github.com/skills).
- [Read the GitHub Getting Started docs](https://docs.github.com/en/get-started).
- To find projects to contribute to, check out [GitHub Explore](https://github.com/explore).

@@ -228,6 +228,6 @@ Here's a recap of all the tasks you've accomplished in your repository:

---

Get help: [Post in our community forum](https://github.community/c/education/github-learning-lab/34) &bull; [Review the GitHub status page](https://www.githubstatus.com/)
Get help: [Post in our discussion board](https://github.com/skills/.github/discussions) &bull; [Review the GitHub status page](https://www.githubstatus.com/)

&copy; 2022 GitHub &bull; [Code of Conduct](https://www.contributor-covenant.org/version/2/1/code_of_conduct/code_of_conduct.md) &bull; [CC-BY-4.0 License](https://creativecommons.org/licenses/by/4.0/legalcode)

0 comments on commit a4f7893

Please sign in to comment.