hexo/.gitea/workflows/demo.yaml
penn 61b042edc3
All checks were successful
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 7m47s
更新 .gitea/workflows/demo.yaml
2025-02-08 12:25:00 +08:00

14 lines
453 B
YAML

name: Gitea Actions Demo
run-name: ${{ gitea.actor }} is testing out Gitea Actions 
on: [push]
jobs:
Explore-Gitea-Actions:
runs-on: self-hosted
steps:
- run: cd /root/yhehe && git pull origin main
- run: cd /root/yhehe && hexo cl
- run: cd /root/yhehe && hexo g
- run: git config --system user.email "penndu@outlook.com"
- run: git config --system user.name "Teacher Du"
- run: cd /root/yhehe && hexo d