Skip to content

Updated footer & removed demo & bytepanel 2 links. #56

Updated footer & removed demo & bytepanel 2 links.

Updated footer & removed demo & bytepanel 2 links. #56

Workflow file for this run

name: Build Website
on:
push:
branches: [production, development]
jobs:
build_test:
runs-on: self-hosted
steps:
- uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b # tag=v3
with:
ref: ${{ github.head_ref }}
- uses: actions/setup-node@eeb10cff27034e7acf239c5d29f62154018672fd # tag=v3
with:
node-version: 20.18.0
- run: bun install
- run: bun run build