hexo/.gitea/workflows/demo.yaml
penn 22912e33ba
Some checks failed
Gitea Actions Demo / Explore-Gitea-Actions (push) Failing after 9s
更新 .gitea/workflows/demo.yaml
2025-02-08 12:23:42 +08:00

14 lines
493 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: HOME=/root/yhehe && git config --global user.email "penndu@outlook.com"
- run: HOME=/root/yhehe && git config --global user.name "Teacher Du"
- run: cd /root/yhehe && hexo d