Skip to content

feat: 新增側邊攔資訊 #21

feat: 新增側邊攔資訊

feat: 新增側邊攔資訊 #21

Workflow file for this run

name: Build
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v1
- name: Setup Node
uses: actions/setup-node@v1
with:
node-version: '18.x'
- name: Install Dependencies
run: yarn
- name: Generate Static Files
run: yarn generate