.
This commit is contained in:
parent
92bacf8966
commit
ffba25afc9
@ -29,3 +29,10 @@ jobs:
|
|||||||
|
|
||||||
- name: Build
|
- name: Build
|
||||||
run: hugo --minify
|
run: hugo --minify
|
||||||
|
|
||||||
|
- name: Deploy
|
||||||
|
uses: peaceiris/actions-gh-pages@v3
|
||||||
|
with:
|
||||||
|
publish_dir: ./public
|
||||||
|
publish_branch: deploy # deploying branch
|
||||||
|
cname: www.tablet.sh
|
||||||
|
Loading…
Reference in New Issue
Block a user