Skip to content

chore(deps): bump lodash from 4.17.15 to 4.17.23 #38

chore(deps): bump lodash from 4.17.15 to 4.17.23

chore(deps): bump lodash from 4.17.15 to 4.17.23 #38

Workflow file for this run

name: gh-pages
# Controls when the action will run. Triggers the workflow on push or pull request
# events but only for the master branch
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
deploy:
runs-on: ubuntu-18.04
steps:
- uses: actions/checkout@v2
- name: Installing packages...
run: npm install
- name: Deploying...
run: npm run build-storybook -- -o gh-pages
- name: Deploy
uses: peaceiris/actions-gh-pages@v3
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./gh-pages