Skip to content

Merge pull request #439 from stone-payments/dependabot/npm_and_yarn/d… #89

Merge pull request #439 from stone-payments/dependabot/npm_and_yarn/d…

Merge pull request #439 from stone-payments/dependabot/npm_and_yarn/d… #89

Workflow file for this run

name: Deploy Docs
on:
push:
branches:
- master
jobs:
build-and-deploy:
runs-on: ubuntu-latest
steps:
- name: Checkout 🛎️
uses: actions/checkout@v2
with:
persist-credentials: false
- name: Install and Build 🔧
run: |
npm install
npm run build-storybook
- name: Deploy 🚀
uses: JamesIves/github-pages-deploy-action@releases/v3
with:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
BRANCH: gh-pages
FOLDER: docs
DEBUG: true