Update .gitea/workflows/deploy.yaml
All checks were successful
Hugo / build (push) Successful in 16s

This commit is contained in:
brooke 2024-03-21 02:55:50 +00:00
parent bc93e649c3
commit 3d02ae13a1

View file

@ -1,4 +1,4 @@
ame: Hugo
name: Hugo
on:
push:
@ -10,10 +10,10 @@ jobs:
runs-on: hugo-latest
steps:
- name: Grab packages
run: apk add rsync openssh-client
run: apk add rsync openssh-client curl
- uses: actions/checkout@v4
with:
submodules: 'recursive'
submodules: 'true'
- name: Run build task
run: hugo --minify
- name: Test static page