Actualiser .gitea/workflows/test.yml

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

View file

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