Actualiser .gitea/workflows/test.yml

This commit is contained in:
maximeg 2024-01-18 14:15:02 +00:00
parent c16248c42a
commit 79abc735a2

View file

@ -6,7 +6,9 @@ jobs:
build and deploy:
steps:
- name: check folder
run: ls
run: pwd
run: echo hello world
run: ls -a
- name: Setup Hugo
uses: https://github.com/peaceiris/actions-hugo@v2
with: