MYDOC/.gitea/workflows/demo.yaml
洪剑峰 3f47b1810e
Some checks failed
Node.js CI / build (push) Has been cancelled
123
2024-08-05 19:18:33 +08:00

17 lines
420 B
YAML

name: Node.js CI
on: [push]
jobs:
build:
steps:
- name: Use gitea Node.js
uses: https://gitea.com/actions/setup-node@v4
with:
node-version: '14'
- name: Install Yarn
run: npm install -g yarn
- name: Install dependencies
run: yarn install
- run: ls /workspace/jeff/MYDOC
- name: Build Docusaurus website
run: yarn build