Rohan Deshpande 9a61e32980
All checks were successful
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 4s
autodeployment test
2025-03-07 16:54:31 -08:00

14 lines
297 B
YAML

name: Gitea Actions Demo
run-name: ${{ gitea.actor }} is testing out Gitea Actions
on: [push]
jobs:
Explore-Gitea-Actions:
runs-on: linux_amd64
steps:
- name: Check out repository code
uses: actions/checkout@v4
- run: hugo
- run: cp -r public/ /root/