Skip to content

Merge pull request #8 from szres/add-glyph-input #19

Merge pull request #8 from szres/add-glyph-input

Merge pull request #8 from szres/add-glyph-input #19

Workflow file for this run

name: Deploy to GitHub Pages
on:
push:
branches: [main]
workflow_dispatch:
permissions:
contents: write
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Install and Build
run: |
yarn install
yarn build
- name: Deploy to GitHub Pages
uses: JamesIves/github-pages-deploy-action@v4
with:
branch: gh-pages
folder: build
clean: true
clean-exclude: .nojekyll
single-commit: true