This commit is contained in:
parent
4a027def7e
commit
80ca1a9df4
1 changed files with 2 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
||||||
name: Node CI
|
name: Hugo
|
||||||
|
|
||||||
on: [push]
|
on: [push]
|
||||||
|
|
||||||
|
@ -9,7 +9,7 @@ jobs:
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Grab dependancies
|
- name: Grab dependancies
|
||||||
run: apt install rsync hugo
|
run: apt-get update && apt-get install rsync hugo
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
- name: Run build task
|
- name: Run build task
|
||||||
run: hugo --minify --logLevel info
|
run: hugo --minify --logLevel info
|
||||||
|
|
Loading…
Add table
Reference in a new issue