GitHub Actions Intro Presentation

A presentation I created to introduce the concepts in GitHub Actions

Author: Brian Torres-Gil (btorresgil)

Dependencies

  • NodeJS with npm

Run locally

$ git clone https://github.com/btorresgil/github-actions-intro.git
$ cd github-actions-intro
$ npm run start

Build for production

Deployable build will be placed in the /dist directory

$ npm run build