Skip to content

feat: add leading, and maxWait options to debounce hooks (#97) #51

feat: add leading, and maxWait options to debounce hooks (#97)

feat: add leading, and maxWait options to debounce hooks (#97) #51

Workflow file for this run

name: Deploy Documentation
on:
push:
branches:
- master
jobs:
build_docs:
name: Build and Deploy Documentation
runs-on: ubuntu-latest
steps:
- name: Checking out Repository
uses: actions/checkout@v1
- name: Setup Node.js
uses: actions/setup-node@v1
with:
node-version: 12.x
- name: Install Dependencies
run: yarn bootstrap
- name: Build and Deploy Production Files
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: yarn deploy-docs