Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
peaceiris committed Sep 24, 2019
1 parent 8fd387c commit 35e0011
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,13 +24,15 @@ jobs:
run: hugo --gc --minify --cleanDestinationDir

- name: Deploy
# uses: peaceiris/actions-gh-pages@v2.3.2
uses: docker://peaceiris/gh-pages:v2.3.2
# uses: peaceiris/actions-gh-pages@v2.4.0
uses: docker://peaceiris/gh-pages:v2.4.0-rc0
env:
ACTIONS_DEPLOY_KEY: ${{ secrets.ACTIONS_DEPLOY_KEY }}
# PERSONAL_TOKEN: ${{ secrets.PERSONAL_TOKEN }}
# GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
PUBLISH_BRANCH: gh-pages
PUBLISH_DIR: ./public
# with:
# emptyCommits: false
with:
emptyCommits: false
keepFiles: true

0 comments on commit 35e0011

Please sign in to comment.