Skip to content

Add custom add time form, put im/export into menu #14

Add custom add time form, put im/export into menu

Add custom add time form, put im/export into menu #14

Workflow file for this run

name: Build and deploy website
on:
push:
tags:
- 'v*'
permissions:
contents: write
jobs:
build-and-deploy:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Use Node.js
uses: actions/setup-node@v4
with:
node-version: lts/*
- name: npm install and build
run: |
npm ci
npm run build
- name: Deploy
uses: JamesIves/[email protected]
with:
branch: gh-pages
folder: dist