Skip to content

[TSK-544] add websat instructional video #22

[TSK-544] add websat instructional video

[TSK-544] add websat instructional video #22

Workflow file for this run

on:
pull_request:
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v2
- name: Setup Node.js
uses: actions/setup-node@v2
with:
node-version: 18
- name: Install dependencies
run: npm install
- name: Build site
run: npm run build