Browse Source

fix github action

pull/16/head
hole-thu 3 years ago
parent
commit
9b4dbeb3a6
  1. 1
      .github/workflows/deploy.yml

1
.github/workflows/deploy.yml

@ -21,6 +21,7 @@ jobs:
run: echo "::set-output name=date::$(date --rfc-3339=date)"
- name: Deploy with gh-pages
run: |
yarn build
git remote set-url origin https://git:${GITHUB_TOKEN}@github.com/${GITHUB_REPOSITORY}.git
yarn deploy -u "github-actions-bot <[email protected]>" -m "$COMMIT_MESSAGE"
env:

Loading…
Cancel
Save