Merge pull request #362 from helium/fix/wallet-link-tests #110
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |