You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
> When you select **Start course** or **Use this template**, you will be prompted to create a new repository.
27
-
> 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>
28
-
> After you make your own repository, wait about 20 seconds and refresh. I will go to the next step.
21
+
<!--step0-->
29
22
30
23
GitHub Actions makes it easier than ever to incorporate continuous delivery (CD) into your repositories. This course will teach you what is needed to test and deliver artifacts that are ready for deployment.
31
24
@@ -35,7 +28,17 @@ GitHub Actions makes it easier than ever to incorporate continuous delivery (CD)
35
28
-**Prerequisites**: We recommend you first complete the following courses: [Hello, GitHub Actions](https://github.com/skills/hello-github-actions) and [Continuous Integration](https://lab.github.com/skills/continuous-integration).
36
29
-**How long**: This course is five steps long and takes less than 30 minutes to complete.
37
30
38
-
</details>
31
+
## How to start this course
32
+
33
+
1. Above these instructions, right-click **Use this template** and open the link in a new tab.
34
+

35
+
2. In the new tab, follow the prompts to create a new repository.
36
+
- For owner, choose your personal account or an organization to host the repository.
37
+
- We recommend creating a public repository—private repositories will [use Actions minutes](https://docs.github.com/en/billing/managing-billing-for-github-actions/about-billing-for-github-actions).
38
+

39
+
3. After your new repository is created, wait about 20 seconds, then refresh the page. Follow the step-by-step instructions in the new repository's README.
0 commit comments