123
All checks were successful
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 4s

This commit is contained in:
洪剑峰 2024-08-05 17:06:56 +08:00
parent a14a6de95c
commit e83ca0b39f

View File

@ -1,20 +1,8 @@
name: Node.js CI
name: Gitea Actions Demo
run-name: ${{ gitea.actor }} is testing out Gitea Actions 🚀
on: [push]
jobs:
build:
Explore-Gitea-Actions:
steps:
- name: Check out repository code
uses: actions/checkout@v3
- name: Use Node.js
uses: actions/setup-node@v4
with:
node-version: '14' # 确保这是与你的项目兼容的Node.js版本
- name: Install dependencies
run: yarn install
- name: Build Docusaurus website
run: yarn build
- run: echo "🎉 The job was automatically triggered by a ${{ gitea.event_name }} event."