parent
0392154c05
commit
dd80cac16c
@ -1,7 +1,7 @@
|
|||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
branches:
|
branches:
|
||||||
- main # Set a branch to deploy
|
- main
|
||||||
pull_request:
|
pull_request:
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
@ -19,5 +19,7 @@ jobs:
|
|||||||
hugo-version: '0.111.3'
|
hugo-version: '0.111.3'
|
||||||
# extended: true
|
# extended: true
|
||||||
|
|
||||||
- name: Build
|
- name: Build site
|
||||||
run: hugo --minify
|
run: hugo --minify
|
||||||
|
- name: list files
|
||||||
|
run: tree .
|
||||||
|
Loading…
Reference in New Issue
Block a user