Skip to content
This repository has been archived by the owner on Jan 2, 2024. It is now read-only.

docs: update warnings about deprecated networks #132

docs: update warnings about deprecated networks

docs: update warnings about deprecated networks #132

Workflow file for this run

name: deploy
on:
push:
branches:
- main
jobs:
publish_docs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
with:
node-version: 16.x
- run: yarn --frozen-lockfile && yarn build
- uses: crazy-max/ghaction-github-pages@v2.5.0
with:
build_dir: build
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}