Skip to content

Adds dev links to WalletConnect and MetaMask docs: FLR-784 (#307) #11

Adds dev links to WalletConnect and MetaMask docs: FLR-784 (#307)

Adds dev links to WalletConnect and MetaMask docs: FLR-784 (#307) #11

Workflow file for this run

name: build-docs
on:
push:
pull_request:
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-python@v2
with:
python-version: 3.x
- run: pip install -r requirements.txt
- run: mkdocs build --strict