Will it work?
Some checks failed
/ deploy (push) Failing after 1m11s

This commit is contained in:
Frank "PHiAX" Weggelaar 2026-03-12 19:39:40 +01:00
parent 7e0923678b
commit ec05481d64

View file

@ -1,6 +1,26 @@
on: [push] on:
push:
branches:
- main
jobs: jobs:
test: deploy:
runs-on: docker runs-on: docker
steps: steps:
- run: echo All good! Show Green - uses: actions/checkout@v4
with:
submodules: true
fetch-depth: 0
- name: Setup Go
uses: actions/setup-go@v5
with:
go-version: '1.22.4'
- name: Setup Hugo
uses: https://github.com/peaceiris/actions-hugo@v3
with:
hugo-version: 'latest'
- name: build
run: hugo --minify
- name: push public
run: |
cp -rf public/* /sitestatic