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:
|
||||
build and deploy:
|
||||
steps:
|
||||
|
||||
- name: check folder
|
||||
uses: actions/checkout@v3
|
||||
run: |
|
||||
pwd
|
||||
echo 'hello world'
|
||||
|
@ -13,7 +15,7 @@ jobs:
|
|||
- name: Setup Hugo
|
||||
uses: https://github.com/peaceiris/actions-hugo@v2
|
||||
with:
|
||||
hugo-version: latest
|
||||
hugo-version: 'latest'
|
||||
extended: true
|
||||
- name: Build
|
||||
run: hugo --minify --config hugo.toml
|
||||
|
|
Loading…
Reference in a new issue