Skip to content

Merge pull request #443 from stone-payments/dependabot/npm_and_yarn/m… #93

Merge pull request #443 from stone-payments/dependabot/npm_and_yarn/m…

Merge pull request #443 from stone-payments/dependabot/npm_and_yarn/m… #93

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