mirror of
https://github.com/suyiiyii/nonebot-bison.git
synced 2026-05-10 10:47:56 +08:00
fix: 添加忘记的 install
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
name: Build Docs
|
||||
description: Build Docs
|
||||
|
||||
runs:
|
||||
using: "composite"
|
||||
steps:
|
||||
- name: Setup Node Environment
|
||||
uses: ./.github/actions/setup-node
|
||||
|
||||
- name: Build Frontend
|
||||
shell: bash
|
||||
run: |
|
||||
yarn install
|
||||
yarn docs:build
|
||||
@@ -90,11 +90,8 @@ jobs:
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
|
||||
- name: Setup Node Environment
|
||||
uses: ./.github/actions/setup-node
|
||||
|
||||
- name: Build Docs
|
||||
run: yarn docs:build
|
||||
uses: ./.github/actions/build-docs
|
||||
|
||||
- name: Deploy to Netlify
|
||||
uses: nwtgck/actions-netlify@v1
|
||||
|
||||
@@ -15,11 +15,8 @@ jobs:
|
||||
with:
|
||||
ref: ${{ github.event.pull_request.head.sha }}
|
||||
|
||||
- name: Setup Node Environment
|
||||
uses: ./.github/actions/setup-node
|
||||
|
||||
- name: Build Docs
|
||||
run: yarn docs:build
|
||||
uses: ./.github/actions/build-docs
|
||||
|
||||
- name: Get Deploy Name
|
||||
run: |
|
||||
|
||||
Reference in New Issue
Block a user