parent
9c8d33a106
commit
90ca673468
1 changed files with 2 additions and 2 deletions
|
@ -9,9 +9,9 @@ jobs:
|
||||||
build:
|
build:
|
||||||
runs-on: hugo-latest
|
runs-on: hugo-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
|
||||||
- name: Grab packages
|
- name: Grab packages
|
||||||
run: apk add rsync
|
run: apk add rsync node
|
||||||
|
- uses: actions/checkout@v4
|
||||||
- name: Run build task
|
- name: Run build task
|
||||||
run: hugo --minify --logLevel info
|
run: hugo --minify --logLevel info
|
||||||
- name: Test static page
|
- name: Test static page
|
||||||
|
|
Loading…
Add table
Reference in a new issue