Skip to content

feat: reduce font size and increase screen real estate usage on low r… #29

feat: reduce font size and increase screen real estate usage on low r…

feat: reduce font size and increase screen real estate usage on low r… #29

Workflow file for this run

name: build
on:
workflow_dispatch:
push:
branches:
- master
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
- name: Cache node modules
uses: actions/cache@v4
with:
path: ~/node_modules
key: cache-${{ hashFiles('**/package-lock.json') }}
- name: Install and build
run: |
npm install --only=prod
npm run build
- name: Deploy to GitHub Pages
uses: JamesIves/github-pages-deploy-action@v4
with:
branch: gh-pages
folder: dist