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