添加 .gitea/workflows/demo.yaml
All checks were successful
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 10s
All checks were successful
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 10s
This commit is contained in:
parent
0e7d4ae57a
commit
32bdce8374
12
.gitea/workflows/demo.yaml
Normal file
12
.gitea/workflows/demo.yaml
Normal file
@ -0,0 +1,12 @@
|
||||
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: cd /root/yhehe && hexo d
|
Loading…
x
Reference in New Issue
Block a user