ci: 为项目添加CI/CD功能 #30

Manually merged
remilia merged 18 commits from ci/gitea-actions into master 2025-09-26 17:14:03 +08:00
Showing only changes of commit f4145b911a - Show all commits

View File

@ -4,7 +4,7 @@ on: push
jobs:
build-and-deploy:
runs-on: node-22
runs-on: node22-build
steps:
- name: Checkout
uses: actions/checkout@v5