Skip to content

fix x-axis range, query refetching #4

fix x-axis range, query refetching

fix x-axis range, query refetching #4

Workflow file for this run

name: Deploy www
on:
workflow_dispatch:
push:
branches: [ main ]
paths: [ 'www/**' ]
jobs:
deploy:
name: Deploy to GitHub Pages
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: pnpm/action-setup@v4
with:
version: 9
- uses: actions/setup-node@v3
with:
node-version: 20
cache: 'pnpm'
cache-dependency-path: www/pnpm-lock.yaml
- working-directory: www
run: pnpm install
- working-directory: www
run: pnpm run build
- name: Deploy to GH Pages
uses: JamesIves/github-pages-deploy-action@v4
with:
branch: gh-pages
folder: www/dist