MYDOC/.gitea/workflows/demo.yaml
洪剑峰 15e2fbf42f
Some checks failed
Node.js CI / build (push) Failing after 6s
123
2024-08-05 19:48:07 +08:00

17 lines
457 B
YAML

name: Node.js CI
on: [push]
jobs:
build:
steps:
- name: Check out repository code
uses: https://gitea.com/actions/checkout@v3
- run: ls /var/run/act/workflow/3
- name: Use gitea Node.js
uses: https://gitea.com/actions/setup-node@v4
with:
node-version: '18.4.0'
- name: Install dependencies
run: yarn install
- name: Build Docusaurus website
run: yarn build