Skip to content

Merge pull request #9 from ShapeLayer/dependabot/npm_and_yarn/ejs-3.1.10 #27

Merge pull request #9 from ShapeLayer/dependabot/npm_and_yarn/ejs-3.1.10

Merge pull request #9 from ShapeLayer/dependabot/npm_and_yarn/ejs-3.1.10 #27

Workflow file for this run

name: Build Docs
on:
push:
branches:
- main
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 16
- name: Install dependencies
run: |
npm install
- name: Build and commit (`/tools/deploy.sh`)
run: |
sh tools/deploy.sh