Update .gitea/workflows/deploy.yaml
All checks were successful
Hugo / build (push) Successful in 16s
All checks were successful
Hugo / build (push) Successful in 16s
This commit is contained in:
parent
bc93e649c3
commit
3d02ae13a1
1 changed files with 3 additions and 3 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue