We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f6e67a8 commit ddf065eCopy full SHA for ddf065e
.github/workflows/gh-pages.yml
@@ -53,12 +53,11 @@ jobs:
53
ls -l ./
54
hugo --gc --minify --cleanDestinationDir
55
56
- - name: Upload artifact
57
- uses: actions/upload-pages-artifact@v3
+ - name: Push
+ uses: peaceiris/actions-gh-pages@v4
58
with:
59
- # Upload dist repository
60
- path: './public'
61
-
62
- - name: Deploy to GitHub Pages
63
- id: deployment
64
- uses: actions/deploy-pages@v4
+ github_token: ${{ secrets.TOKEN }}
+ publish_branch: master
+ force_orphan: true
+ publish_dir: ./public
+ cname: liudon.com
0 commit comments