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: on:
push: push:
@ -10,10 +10,10 @@ jobs:
runs-on: hugo-latest runs-on: hugo-latest
steps: steps:
- name: Grab packages - name: Grab packages
run: apk add rsync openssh-client run: apk add rsync openssh-client curl
- uses: actions/checkout@v4 - uses: actions/checkout@v4
with: with:
submodules: 'recursive' submodules: 'true'
- name: Run build task - name: Run build task
run: hugo --minify run: hugo --minify
- name: Test static page - name: Test static page