Skip to content

WD-9334 - fix: use callback resolve and reject (#123) #30

WD-9334 - fix: use callback resolve and reject (#123)

WD-9334 - fix: use callback resolve and reject (#123) #30

name: Deploy docs to Github pages
on:
push:
branches: master
workflow_dispatch:
jobs:
build-and-deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Install Dependencies
run: yarn install
- name: Build the project
run: yarn build
- name: Generate Docs
run: yarn generate-docs
- name: Deploy to GitHub Pages
uses: JamesIves/github-pages-deploy-action@v4
with:
branch: gh-pages
folder: docs