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