Skip to content

Merge pull request #9 from szres/add-glyph-predict #20

Merge pull request #9 from szres/add-glyph-predict

Merge pull request #9 from szres/add-glyph-predict #20

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