Skip to content

Commit

Permalink
Test deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
flip1995 committed Jan 26, 2020
1 parent 38c2fb9 commit de2f59e
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,13 @@ on:
branches: master
release:
types: [created]
pull_request:

env:
TARGET_BRANCH: 'gh-pages'
TARGET_BRANCH: 'gh-test'
SHA: '${{ github.sha }}'
SSH_REPO: 'git@github.com:${{ github.repository }}.git'
TAG_NAME: '${{ github.event.release.GITHUB_REF }}'
TAG_NAME: 'rust-1.40.0${{ github.event.release.GITHUB_REF }}'

jobs:
deploy:
Expand Down

0 comments on commit de2f59e

Please sign in to comment.