parent
0bb528d90b
commit
a55cd9bdba
@ -5,4 +5,13 @@ on: [push]
|
||||
jobs:
|
||||
build:
|
||||
steps:
|
||||
- run: echo "🎉 The job was automatically triggered by a ${{ gitea.event_name }} event."
|
||||
- name: Use Node.js
|
||||
uses: actions/setup-node@v4
|
||||
with:
|
||||
node-version: '14' # 确保这是与你的项目兼容的Node.js版本
|
||||
|
||||
- name: Install dependencies
|
||||
run: yarn install
|
||||
|
||||
- name: Build Docusaurus website
|
||||
run: yarn build
|
Loading…
Reference in New Issue
Block a user