Skip to content

Use IconButton for the toolbox, fixing excess spacing beneath #35

Use IconButton for the toolbox, fixing excess spacing beneath

Use IconButton for the toolbox, fixing excess spacing beneath #35

Workflow file for this run

name: Deploy web
on:
push:
branches: [main]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Install node
uses: actions/setup-node@v3
with:
node-version: 18.x
cache: "npm"
cache-dependency-path: package-lock.json
- name: Build web app
run: |
npm ci
BASE_PATH=/scheme-sketcher-lib npm run build
- name: Publish
uses: peaceiris/actions-gh-pages@v3
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./build/