Skip to content

Commit

Permalink
LMD-0001: Upgrade the github page deployment (#37)
Browse files Browse the repository at this point in the history
  • Loading branch information
DivLoic authored May 11, 2024
1 parent c182e71 commit 1a9f6c1
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@ jobs:
hugo --gc --minify --cleanDestinationDir
- name: Deploy Github Pages
uses: peaceiris/actions-gh-pages@v2
env:
PERSONAL_TOKEN: ${{ secrets.LMD_TOKEN }}
PUBLISH_BRANCH: gh-pages
PUBLISH_DIR: ./public
uses: peaceiris/actions-gh-pages@v4.0.0
with:
publish_branch: gh-pages
github_token: ${{ secrets.LMD_TOKEN }}
publish_dir: ./public

0 comments on commit 1a9f6c1

Please sign in to comment.