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