add workflows
Some checks failed
Hexo Build and Deploy / Build Hexo and Deploy to GitHub (push) Failing after 1m45s

This commit is contained in:
2025-10-13 20:37:37 +08:00
parent 8b3c6da3af
commit fc3b1a3a5b

View File

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