Skip to content

ui files updated

ui files updated #209

Workflow file for this run

name: Create Github Pages
on: [push, workflow_dispatch]
jobs:
build-and-commit:
concurrency: ci-${{ github.ref }}
runs-on: ubuntu-latest
steps:
- name: Checkout 🛎️
uses: actions/checkout@v3
- name: Build
run: |
npm install
npm run-script build
- name: Deploy 🚀
uses: JamesIves/[email protected]
with:
branch: gh-pages
folder: _site