Files
qrhs/.gitea/workflows/demo.yaml
flt ed9d7add0f
Some checks failed
Gitea Actions Demo / Explore-Gitea-Actions (push) Failing after 1m31s
更新 .gitea/workflows/demo.yaml
2026-04-19 18:41:39 +08:00

16 lines
469 B
YAML

name: Gitea Actions Demo
run-name: ${{ gitea.actor }} is testing out Gitea Actions 🚀
on: [push]
jobs:
Explore-Gitea-Actions:
runs-on: ubuntu
steps:
- name: Check out repository code
uses: flt/checkout-fork@v4
- run: cd ${{ gitea.workspace }}
- run: npx refs-cli
- name: copy exports to www
run: |
cp ${{ gitea.workspace }}/dist /var/www/qrh
- run: echo "🍏 This job's status is ${{ job.status }}."