2025-03-07 16:31:43 -08:00
|
|
|
name: Gitea Actions Demo
|
|
|
|
run-name: ${{ gitea.actor }} is testing out Gitea Actions
|
|
|
|
on: [push]
|
|
|
|
|
|
|
|
jobs:
|
|
|
|
Explore-Gitea-Actions:
|
2025-03-07 16:35:53 -08:00
|
|
|
runs-on: linux_amd64
|
2025-03-07 16:31:43 -08:00
|
|
|
steps:
|
|
|
|
- name: Check out repository code
|
|
|
|
uses: actions/checkout@v4
|
2025-03-07 16:54:31 -08:00
|
|
|
|
|
|
|
- run: hugo
|
|
|
|
- run: cp -r public/ /root/
|