Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/github/actions-learning-pathway
Learning pathway resources for building, testing, and deploying a GitHub Action to GitHub Pages.
https://github.com/github/actions-learning-pathway
actions pages
Last synced: about 1 month ago
JSON representation
Learning pathway resources for building, testing, and deploying a GitHub Action to GitHub Pages.
- Host: GitHub
- URL: https://github.com/github/actions-learning-pathway
- Owner: github
- License: mit
- Created: 2023-09-20T21:23:18.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-09-18T01:12:48.000Z (about 2 months ago)
- Last Synced: 2024-09-30T00:23:21.904Z (about 2 months ago)
- Topics: actions, pages
- Language: CSS
- Homepage: https://resources.github.com/learn/pathways/automation/essentials/automated-application-deployment-with-github-actions-and-pages/
- Size: 48.8 KB
- Stars: 70
- Watchers: 11
- Forks: 77
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
- Support: SUPPORT.md
Awesome Lists containing this project
README
## Essentials of GitHub Actions learning pathway demo repository
This repository contains the core web application files and configuration you'll need to follow along through the [Essentials of automated application deployment with GitHub Actions & GitHub Pages](https://resources.github.com/learn/pathways/automation/essentials/automated-application-deployment-with-github-actions-and-pages/) module.
To follow along with the step-by-step instructions in the Essentials module, you will need to create a copy of this repository by doing the following:
1. Click **Use this template** above the file list and select **Create a new repository**.
2. Use the **Owner** dropdown menu to select the account you want to own the repository.
3. Name your repository `actions-learning-pathway` and add a simple description to make it easier to identify later.
4. Set the default visibility for the repo to public, as private repositories use Actions minutes, while public repositories can use GitHub-hosted runners for free.Click Create repository from template and we’re ready to build our first Actions workflow!
If you have arrived here from the [Intermediate automation strategies with GitHub Actions](https://resources.github.com/learn/pathways/automation/intermediate/workflow-automation-with-github-actions/) module without following the first module, copy the contents of the `/demo-files` folder into the `.github/workflows` folder to follow along.