Merge branch 'main' of https://git.myco.systems/mycosystems/bellaskeys.com
All checks were successful
Hugo / build (push) Successful in 21s
All checks were successful
Hugo / build (push) Successful in 21s
This commit is contained in:
commit
f980d1d252
1 changed files with 3 additions and 3 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Reference in a new issue