Skip to content

fix: fix waline libUrl #2374

fix: fix waline libUrl

fix: fix waline libUrl #2374

Workflow file for this run

on:
push:
branches:
- hexo
tags:
- v*
pull_request:
name: Build and deploy on push
jobs:
build:
name: yarn install
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 20
cache: yarn
- run: npm install -g yarn
- run: yarn install
- run: yarn build
if: github.ref != 'refs/heads/hexo'