Skip to content

fix: 修正部分歌詞類音檔無法播放的問題 #13

fix: 修正部分歌詞類音檔無法播放的問題

fix: 修正部分歌詞類音檔無法播放的問題 #13

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