2024-12-12 19:20:48 +00:00
|
|
|
on: [push]
|
|
|
|
jobs:
|
|
|
|
build:
|
|
|
|
runs-on: docker
|
|
|
|
name: debug
|
|
|
|
steps:
|
2024-12-13 11:44:24 +00:00
|
|
|
- uses: actions/checkout@v4
|
2024-12-15 11:16:07 +00:00
|
|
|
- name: hello world action step
|
2024-12-15 16:29:07 +00:00
|
|
|
uses: ./actions/hugo-four
|