Skip to content

Commit

Permalink
chore: update deploy docs script (#5686)
Browse files Browse the repository at this point in the history
Co-authored-by: Maksim Karatkevich <[email protected]>
  • Loading branch information
maksim-karatkevich and Maksim Karatkevich authored May 18, 2020
1 parent 6bda4a1 commit ceb45c4
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions .github/workflows/docsDeploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,11 @@ jobs:
- uses: actions/checkout@v2
with:
ref: demo
- run: npm install
- run: npm run docs:gh-pages
- name: Deploy
env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: |
npm install --silent
git config --global user.email "[email protected]"
git config --global user.name "Github Action"
npm run docs:gh-pages

0 comments on commit ceb45c4

Please sign in to comment.