This commit is contained in:
parent
1923aeeb9f
commit
9aaa070634
1 changed files with 1 additions and 1 deletions
|
@ -13,7 +13,7 @@ jobs:
|
||||||
with:
|
with:
|
||||||
submodules: "true"
|
submodules: "true"
|
||||||
- name: Copy exampleSite Files
|
- name: Copy exampleSite Files
|
||||||
run: mkdir -p themes/hugo-maintenance && cp -rv layouts static archetypes assets themes/hugo-maintenance/ && cp -v /themes/hugo-maintenance/exampleSite/hugo.yaml .
|
run: mkdir -p themes/hugo-maintenance && cp -rv layouts static archetypes assets themes/hugo-maintenance/ && cp -v exampleSite/hugo.yaml .
|
||||||
- name: Run build task
|
- name: Run build task
|
||||||
run: hugo --minify
|
run: hugo --minify
|
||||||
- name: Deploy to Server
|
- name: Deploy to Server
|
||||||
|
|
Loading…
Add table
Reference in a new issue