123
Some checks failed
Node.js CI / build (push) Failing after 2m29s

This commit is contained in:
洪剑峰 2024-08-05 20:07:24 +08:00
parent c638162d79
commit 90dce4c971

View File

@ -7,13 +7,11 @@ jobs:
- name: Check out repository code
uses: https://gitea.com/actions/checkout@v3
- run: ls -lR
- name: Use gitea Node.js
uses: https://gitea.com/actions/setup-node@v4
- name: Use Node.js
uses: actions/setup-node@v4
with:
node-version: '18.4.0'
- name: Install Yarn
run: npm install -g yarn
- name: Install dependencies
run: yarn install
node-version: '20.x'
- name: Install dependencies
run: yarn
- name: Build Docusaurus website
run: yarn build