Add publish step
Some checks failed
Building & Deploying Website / Deploy-Website (push) Failing after 20s
Some checks failed
Building & Deploying Website / Deploy-Website (push) Failing after 20s
This commit is contained in:
@@ -17,4 +17,9 @@ jobs:
|
|||||||
# extended: true
|
# extended: true
|
||||||
|
|
||||||
- name: Build
|
- name: Build
|
||||||
run: hugo --minify
|
run: hugo --minify
|
||||||
|
|
||||||
|
- name: Publish
|
||||||
|
run: |
|
||||||
|
rm -rf /mnt/website/*
|
||||||
|
cp public/* /mnt/website
|
||||||
|
|||||||
Reference in New Issue
Block a user