Actualiser .gitea/workflows/test.yml
This commit is contained in:
parent
c16248c42a
commit
79abc735a2
1 changed files with 3 additions and 1 deletions
|
@ -6,7 +6,9 @@ jobs:
|
||||||
build and deploy:
|
build and deploy:
|
||||||
steps:
|
steps:
|
||||||
- name: check folder
|
- name: check folder
|
||||||
run: ls
|
run: pwd
|
||||||
|
run: echo hello world
|
||||||
|
run: 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:
|
||||||
|
|
Loading…
Reference in a new issue