1 changed files with 1 additions and 0 deletions
@ -21,6 +21,7 @@ jobs: |
|||||||
run: echo "::set-output name=date::$(date --rfc-3339=date)" |
run: echo "::set-output name=date::$(date --rfc-3339=date)" |
||||||
- name: Deploy with gh-pages |
- name: Deploy with gh-pages |
||||||
run: | |
run: | |
||||||
|
yarn build |
||||||
git remote set-url origin https://git:${GITHUB_TOKEN}@github.com/${GITHUB_REPOSITORY}.git |
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" |
yarn deploy -u "github-actions-bot <[email protected]>" -m "$COMMIT_MESSAGE" |
||||||
env: |
env: |
||||||
|
Loading…
Reference in new issue