Fix YAML Issue
This commit is contained in:
parent
2710cfea33
commit
ba0708abfd
@ -23,9 +23,9 @@ jobs:
|
|||||||
run: |
|
run: |
|
||||||
hugo \
|
hugo \
|
||||||
--minify
|
--minify
|
||||||
deploy:
|
deploy:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
needs: build
|
needs: build
|
||||||
steps:
|
steps:
|
||||||
- name: Deploy to Server
|
- name: Deploy to Server
|
||||||
run: scp public/* ${{ SCP_URL }}:/var/www/html/
|
run: scp public/* ${{ SCP_URL }}:/var/www/html/
|
Loading…
Reference in New Issue
Block a user