This commit is contained in:
parent
7a8ab7fbc7
commit
fde9b5724d
1 changed files with 7 additions and 1 deletions
|
@ -3,4 +3,10 @@ jobs:
|
||||||
test:
|
test:
|
||||||
runs-on: self-hosted
|
runs-on: self-hosted
|
||||||
steps:
|
steps:
|
||||||
- run: echo All Good
|
- id: clone repo
|
||||||
|
uses: actions/checkout@v3
|
||||||
|
- id: build
|
||||||
|
run: hugo
|
||||||
|
- id: copy
|
||||||
|
run: cp -r public/* /srv/http/violette.town
|
||||||
|
- run: echo Done!
|
||||||
|
|
Loading…
Reference in a new issue