remove demo workflow
validate-docs / validate (push) Successful in 20s

This commit is contained in:
姚章浩
2026-06-18 18:57:49 +08:00
parent c9c39a20f0
commit c8ab719c6e
-17
View File
@@ -1,17 +0,0 @@
name: demo
on:
push:
branches:
- main
jobs:
hello:
runs-on: ubuntu-latest
steps:
- name: Say hello
run: |
echo "AI球 Gitea Runner 已经跑通"
echo "当前时间:$(date)"
echo "当前目录:$(pwd)"
ls -la