fix deploy

This commit is contained in:
parent 894c8878ba
commit 44e0b94ff6
Signed by: tablet
GPG Key ID: 924A5F6AF051E87C

@ -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