测试CI
Some checks failed
Deploy on Tag / build-and-deploy (push) Failing after 2s

This commit is contained in:
wzj 2024-11-11 21:46:49 +08:00
parent db0ce6e1c5
commit 6a5f0cd219

View File

@ -7,7 +7,7 @@ on:
jobs: jobs:
build-and-deploy: build-and-deploy:
runs-on: self-hosted # 使用 Gitea 所在服务器来执行任务 runs-on: ubuntu-22.04 # 使用 Gitea 所在服务器来执行任务
steps: steps:
- name: 检出代码 - name: 检出代码