Skip to content

Commit

Permalink
revert deploy.yml update
Browse files Browse the repository at this point in the history
  • Loading branch information
HunteRoi authored Mar 26, 2022
1 parent ef5abaa commit 89a4ed8
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,5 @@ jobs:
uses: peaceiris/actions-gh-pages@v3
if: ${{ github.ref == 'refs/heads/main' }}
with:
#github_token: ${{ secrets.GITHUB_TOKEN }}
deploy_key: ${{ secrets.DEPLOY_PRIVATE_KEY }}
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./build
allow_empty_commits: true

0 comments on commit 89a4ed8

Please sign in to comment.