Skip to content

Use both the online and offline archiver in the plots #18

Use both the online and offline archiver in the plots

Use both the online and offline archiver in the plots #18

Workflow file for this run

name: Archiver Viewer CI
on:
pull_request:
branches:
- master
jobs:
deploy:
runs-on: ubuntu-latest
permissions:
contents: read
packages: write
steps:
- name: Checkout 🛎️
uses: actions/checkout@master
- name: Install 🔧
run: npm install
- name: Test 🚨
run: npm test
- name: Build 🏗️
run: npm run build
env:
CI: ""