Actualiser .gitea/workflows/test.yml
This commit is contained in:
parent
bb03c3d3aa
commit
0bed74775a
1 changed files with 3 additions and 1 deletions
|
@ -5,7 +5,9 @@ on: [push]
|
||||||
jobs:
|
jobs:
|
||||||
build and deploy:
|
build and deploy:
|
||||||
steps:
|
steps:
|
||||||
|
|
||||||
- name: check folder
|
- name: check folder
|
||||||
|
uses: actions/checkout@v3
|
||||||
run: |
|
run: |
|
||||||
pwd
|
pwd
|
||||||
echo 'hello world'
|
echo 'hello world'
|
||||||
|
@ -13,7 +15,7 @@ jobs:
|
||||||
- name: Setup Hugo
|
- name: Setup Hugo
|
||||||
uses: https://github.com/peaceiris/actions-hugo@v2
|
uses: https://github.com/peaceiris/actions-hugo@v2
|
||||||
with:
|
with:
|
||||||
hugo-version: latest
|
hugo-version: 'latest'
|
||||||
extended: true
|
extended: true
|
||||||
- name: Build
|
- name: Build
|
||||||
run: hugo --minify --config hugo.toml
|
run: hugo --minify --config hugo.toml
|
||||||
|
|
Loading…
Reference in a new issue