Skip to content

Commit

Permalink
update GitHub Actions
Browse files Browse the repository at this point in the history
  • Loading branch information
imamiao committed Feb 29, 2024
1 parent a08f7e1 commit 5b2777f
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,9 @@ jobs:
- name: Deploy
uses: peaceiris/actions-gh-pages@v3
with:
personal_token: ${{ secrets.DEPLOY_KEY }}
external_repository: imamiao/imamiao.github.io
publish_branch: master
publish_dir: ./public
#personal_token: ${{ secrets.DEPLOY_KEY }}
#external_repository: imamiao/imamiao.github.io
#publish_branch: master
#publish_dir: ./public
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./public

0 comments on commit 5b2777f

Please sign in to comment.