Skip to content

chore(deps): update dependency @types/string-hash to v1.1.3 #175

chore(deps): update dependency @types/string-hash to v1.1.3

chore(deps): update dependency @types/string-hash to v1.1.3 #175

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.