123
Some checks failed
Node.js CI / build (push) Has been cancelled

This commit is contained in:
洪剑峰 2024-08-05 19:18:33 +08:00
parent 3c13abb59a
commit 3f47b1810e

View File

@ -3,8 +3,7 @@ on: [push]
jobs:
build:
steps:
- run: ls
steps:
- name: Use gitea Node.js
uses: https://gitea.com/actions/setup-node@v4
with:
@ -13,5 +12,6 @@ jobs:
run: npm install -g yarn
- name: Install dependencies
run: yarn install
- run: ls /workspace/jeff/MYDOC
- name: Build Docusaurus website
run: yarn build