fix deploy
This commit is contained in:
parent
894c8878ba
commit
44e0b94ff6
@ -28,12 +28,4 @@ jobs:
|
|||||||
extended: true
|
extended: true
|
||||||
|
|
||||||
- name: Build
|
- name: Build
|
||||||
run: hugo --minify
|
run: hugo server --minify &> /dev/null & disown %1
|
||||||
|
|
||||||
- name: Deploy
|
|
||||||
uses: https://github.com/peaceiris/actions-gh-pages@v3
|
|
||||||
with:
|
|
||||||
github_token: ${{ secrets.GITHUB_TOKEN }}
|
|
||||||
publish_dir: ./public
|
|
||||||
publish_branch: deploy # deploying branch
|
|
||||||
cname: tablet.sh
|
|
Loading…
Reference in New Issue
Block a user