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