Skip to content

Merge pull request #5 from ShapeLayer/dependabot/npm_and_yarn/adobe/c… #23

Merge pull request #5 from ShapeLayer/dependabot/npm_and_yarn/adobe/c…

Merge pull request #5 from ShapeLayer/dependabot/npm_and_yarn/adobe/c… #23

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