Skip to content

Add the book snek #44

Add the book snek

Add the book snek #44

Workflow file for this run

name: Generate
on:
push:
branches:
- master
jobs:
generate:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2.3.4
- name: Install
run: |
cd generator
npm install
- name: Generate
run: |
cd generator
node .
- name: Deploy
uses: JamesIves/github-pages-deploy-action@4.1.0
with:
branch: gh-pages
folder: generator/output