Skip to content

Hide/grey out plot-specific gear wheels when on table view #343

Hide/grey out plot-specific gear wheels when on table view

Hide/grey out plot-specific gear wheels when on table view #343

Workflow file for this run

name: Preview
on:
- pull_request
concurrency: preview-${{ github.ref }}
jobs:
deploy-preview:
runs-on: ubuntu-latest
permissions:
contents: write
pull-requests: write
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Setup Node.js
uses: actions/setup-node@v4
with:
node-version: 24
cache: npm
- name: Install dependencies
run: npm ci
- name: Build site
run: npm run build
- name: Deploy preview
uses: rossjrw/pr-preview-action@v1
with:
source-dir: dist
preview-branch: gh-pages