parent
007aefcd2b
commit
0b7c6ee5dc
1 changed files with 1 additions and 2 deletions
|
@ -10,8 +10,7 @@ jobs:
|
||||||
runs-on: hugo-latest
|
runs-on: hugo-latest
|
||||||
steps:
|
steps:
|
||||||
- name: Grab packages
|
- name: Grab packages
|
||||||
run: apt update && apt install rsync
|
run: apt update -y && apt install rsync && ls
|
||||||
- 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