No description
  • CSS 80.9%
  • JavaScript 19.1%
Find a file
Repository files (latest commit first)
Filename Latest commit message Latest commit date
Mike Melanson b8d7066166
Merge pull request #13 from github/dependabot/npm_and_yarn/npm_and_yarn-1ca363a475
Bump next from 14.2.10 to 14.2.21 in the npm_and_yarn group
2025-01-06 09:36:56 -05:00
demo-files Update build-test-deploy.yml 2023-10-30 16:36:36 -04:00
pages Update index.js with success message 2023-10-25 20:18:28 -04:00
public Initial commit 2023-09-20 14:23:21 -07:00
styles Initial commit 2023-09-20 14:23:21 -07:00
.gitignore Initial commit 2023-09-20 14:23:21 -07:00
hello_world.txt Create hello_world.txt 2023-09-22 16:56:29 -04:00
jsconfig.json Initial commit 2023-09-20 14:23:21 -07:00
LICENSE.txt Create LICENSE.txt 2023-09-20 14:44:46 -07:00
next.config.js Initial commit 2023-09-20 14:23:21 -07:00
package-lock.json Bump next from 14.2.10 to 14.2.21 in the npm_and_yarn group 2025-01-06 14:36:37 +00:00
package.json Bump next from 14.2.10 to 14.2.21 in the npm_and_yarn group 2025-01-06 14:36:37 +00:00
README.md Update README.md 2024-01-07 14:31:05 +03:00
SUPPORT.md Create SUPPORT.md 2023-09-20 15:00:38 -07:00

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 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 were ready to build our first Actions workflow!

If you have arrived here from the Intermediate automation strategies 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.