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:
|
||||
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:
|
||||
|
|
Loading…
Reference in a new issue