This commit is contained in:
parent
f184c375f2
commit
4a027def7e
1 changed files with 3 additions and 1 deletions
|
@ -5,9 +5,11 @@ on: [push]
|
|||
jobs:
|
||||
build:
|
||||
|
||||
runs-on: hugo-latest
|
||||
runs-on: ubuntu-22.04
|
||||
|
||||
steps:
|
||||
- name: Grab dependancies
|
||||
run: apt install rsync hugo
|
||||
- uses: actions/checkout@v3
|
||||
- name: Run build task
|
||||
run: hugo --minify --logLevel info
|
||||
|
|
Loading…
Add table
Reference in a new issue