Rohan Deshpande 96e481636c
All checks were successful
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 6s
changed the workflow
2025-04-20 21:31:35 -07:00

14 lines
299 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/ /var/www/