Skip to content

Commit

Permalink
sorry again
Browse files Browse the repository at this point in the history
  • Loading branch information
juxd committed Jan 8, 2021
1 parent 80a4f31 commit af520a1
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,9 @@ jobs:
- run: npm run build --if-present
- name: deploy
uses: peaceiris/actions-gh-pages@v3
env:
ACTIONS_DEPLOY_KEY: ${{ secrets.GITHUB_TOKEN }}
PUBLISH_BRANCH: build
PUBLISH_DIR: ./public
with:
personal_token: ${{ secrets.PERSONAL_TOKEN }}
publish_branch: build
publish_dir: ./public


0 comments on commit af520a1

Please sign in to comment.