diff --git a/.gitea/workflows/demo.yaml b/.gitea/workflows/demo.yaml new file mode 100644 index 0000000..27b694a --- /dev/null +++ b/.gitea/workflows/demo.yaml @@ -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 \ No newline at end of file