更新 .gitea/workflows/deploy.yml
Some checks failed
Hexo Build and Deploy / Build Hexo and Deploy to GitHub (push) Failing after 14m50s

This commit is contained in:
2025-10-13 21:37:57 +08:00
parent fc3b1a3a5b
commit 5de81248e6

View File

@ -5,7 +5,7 @@ on: [push]
jobs:
build-and-deploy:
name: Build Hexo and Deploy to GitHub
runs-on: self-hosted
runs-on: ubuntu-latest
steps:
- name: Checkout Source Code
uses: actions/checkout@v4