Actualiser .gitea/workflows/test.yml

This commit is contained in:
maximeg 2024-01-18 14:20:26 +00:00
parent bb03c3d3aa
commit 0bed74775a

View file

@ -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