parent
7488de1482
commit
136bc694b4
1 changed files with 2 additions and 2 deletions
|
@ -13,7 +13,7 @@ jobs:
|
|||
with:
|
||||
submodules: "true"
|
||||
- name: Copy exampleSite Files
|
||||
run: cp -v exampleSite/hugo.yaml .
|
||||
run: mkdir themes/hugo-maintenance && cp -v ./* !themes/hugo-maintenance && cp -v /themes/hugo-maintenance/exampleSite/hugo.yaml .
|
||||
- name: Run build task
|
||||
run: hugo --minify
|
||||
- name: Deploy to Server
|
||||
|
@ -24,4 +24,4 @@ jobs:
|
|||
SOURCE: "public/"
|
||||
REMOTE_HOST: ${{ secrets.REMOTE_HOST }}
|
||||
REMOTE_USER: ${{ secrets.REMOTE_USER }}
|
||||
TARGET: ${{ secrets.REMOTE_TARGET }}
|
||||
TARGET: ${{ secrets.REMOTE_TARGET }}
|
||||
|
|
Loading…
Add table
Reference in a new issue