Skip to content

Commit

Permalink
Update hugo.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
RamSong authored Aug 11, 2023
1 parent c476530 commit d0b3694
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/hugo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,12 +33,11 @@ jobs:

# 第四步:部署到master分支
- name: Deploy
uses: peaceiris/actions-gh-pages@v3
uses: peaceiris/actions-gh-pages@v2
with:
# 使用github提供的token进行身份验证
github_token: $ { { secrets.GH_TOKEN }}
# 指定推送到的分支名,这里使用master分支
PUBLISH_BRANCH: master
# 指定静态文件所在的目录,这里是public目录
PUBLISH_DIR: ./public
external_repository: RamSong/ramsong.github.io

0 comments on commit d0b3694

Please sign in to comment.