This commit is contained in:
parent
0b7c6ee5dc
commit
6822b9e5d8
1 changed files with 1 additions and 1 deletions
|
@ -10,7 +10,7 @@ jobs:
|
|||
runs-on: hugo-latest
|
||||
steps:
|
||||
- name: Grab packages
|
||||
run: apt update -y && apt install rsync && ls
|
||||
run: apt update && apt install -y rsync && ls
|
||||
- name: Run build task
|
||||
run: hugo --minify --logLevel info
|
||||
- name: Test static page
|
||||
|
|
Loading…
Add table
Reference in a new issue