Skip to content

🐛 Don't show future hour #16

🐛 Don't show future hour

🐛 Don't show future hour #16

name: Build and Deploy
on:
push:
branches: ['main']
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Build TS
run: |
npm ci
npm run build
cd dist
touch .nojekyll
- name: Deploy to GitHub Pages
uses: JamesIves/github-pages-deploy-action@v4
with:
folder: dist # The folder the action should deploy.