Skip to content

chore(deps): update dependency enzyme-adapter-react-16 to v1.15.8 (#316) #176

chore(deps): update dependency enzyme-adapter-react-16 to v1.15.8 (#316)

chore(deps): update dependency enzyme-adapter-react-16 to v1.15.8 (#316) #176

name: Deploy to GitHub Pages
on:
push:
branches:
- master
jobs:
build-and-deploy:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Setup Node with yarn cache
uses: actions/setup-node@v2
with:
node-version: 16.13.2
cache: yarn
- name: Install and Build 🔧
run: yarn install --frozen-lockfile --ignore-optional && yarn test && yarn build
- name: Deploy 🚀
uses: JamesIves/[email protected]
with:
branch: gh-pages # The branch the action should deploy to.
folder: dist # The folder the action should deploy.