Skip to content

Commit

Permalink
Fix env in docs.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
victorquinn committed Aug 31, 2019
1 parent 4677aa1 commit a56821b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docs.yml
Expand Up @@ -16,10 +16,10 @@ jobs:
- uses: actions/setup-node@v1
with:
node-version: 12
- env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- name: build and deploy
run: |
yarn
yarn docs
yarn docs:publish
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit a56821b

Please sign in to comment.