Actualiser .gitea/workflows/test.yml
This commit is contained in:
parent
79abc735a2
commit
bb03c3d3aa
1 changed files with 4 additions and 3 deletions
|
@ -6,9 +6,10 @@ jobs:
|
|||
build and deploy:
|
||||
steps:
|
||||
- name: check folder
|
||||
run: pwd
|
||||
run: echo hello world
|
||||
run: ls -a
|
||||
run: |
|
||||
pwd
|
||||
echo 'hello world'
|
||||
ls -a
|
||||
- name: Setup Hugo
|
||||
uses: https://github.com/peaceiris/actions-hugo@v2
|
||||
with:
|
||||
|
|
Loading…
Reference in a new issue