parent
655dff28a6
commit
e57146ecb3
1 changed files with 3 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
branches:
|
branches:
|
||||||
- main
|
- main
|
||||||
|
@ -8,6 +8,8 @@ jobs:
|
||||||
steps:
|
steps:
|
||||||
- id: clone repo
|
- id: clone repo
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v3
|
||||||
|
- id: build deps
|
||||||
|
run: hugo mod get -u
|
||||||
- id: build
|
- id: build
|
||||||
run: hugo
|
run: hugo
|
||||||
- id: copy
|
- id: copy
|
||||||
|
|
Loading…
Add table
Reference in a new issue