Merge branch 'main' of http://47.116.170.60:3300/jeff/MYDOC
Some checks failed
Node.js CI / build (push) Failing after 10s

This commit is contained in:
洪剑峰 2024-08-05 19:53:29 +08:00
commit 30b89e086e

View File

@ -11,9 +11,6 @@ jobs:
uses: https://gitea.com/actions/setup-node@v4 uses: https://gitea.com/actions/setup-node@v4
with: with:
node-version: '18.4.0' node-version: '18.4.0'
- run: ls -lR
- name: Install Yarn
run: npm install -g yarn
- name: Install dependencies - name: Install dependencies
run: yarn install run: yarn install
- name: Build Docusaurus website - name: Build Docusaurus website