Skip to content

Merge pull request #18 from kbdharun/main #16

Merge pull request #18 from kbdharun/main

Merge pull request #18 from kbdharun/main #16

Workflow file for this run

name: Build Site and Upload Artifact
on:
push:
pull_request:
branches: [ "main" ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Use Node.js 16.x
uses: actions/setup-node@v3
with:
node-version: 16.x
cache: 'npm'
- run: npm ci
- run: npm run build
- uses: actions/upload-artifact@v3
with:
name: dist
path: dist/