Skip to content

readd some files, add header and footer #2063

readd some files, add header and footer

readd some files, add header and footer #2063

Workflow file for this run

name: Build
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Install and Build
run: |
cd dashboard
yarn install
yarn build