Skip to content

Add the garlic bread snek #41

Add the garlic bread snek

Add the garlic bread snek #41

Workflow file for this run

name: Generate
on:
push:
branches:
- master
jobs:
generate:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/[email protected]
- name: Install
run: |
cd generator
npm install
- name: Generate
run: |
cd generator
node .
- name: Deploy
uses: JamesIves/[email protected]
with:
branch: gh-pages
folder: generator/output