Skip to content

Merge pull request #362 from helium/fix/wallet-link-tests #110

Merge pull request #362 from helium/fix/wallet-link-tests

Merge pull request #362 from helium/fix/wallet-link-tests #110

name: Build and Deploy Docs
on:
push:
branches:
- master
jobs:
build-and-deploy-docs:
runs-on: ubuntu-latest
steps:
- name: Checkout 🛎️
uses: actions/[email protected]
- name: Install and Build 🔧
run: |
yarn
yarn bootstrap
yarn build
yarn docs
- name: Deploy Docs 🚀
uses: JamesIves/[email protected]
with:
branch: docs
folder: docs