Skip to content

Enable transfers during L1 deposits and add L1 wallet integration to the devnet #83

Enable transfers during L1 deposits and add L1 wallet integration to the devnet

Enable transfers during L1 deposits and add L1 wallet integration to the devnet #83

Workflow file for this run

name: build-docs
on:
pull_request:
branches:
- main
jobs:
build:
name: build
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
cache: yarn
node-version-file: docs/.nvmrc
cache-dependency-path: docs
- run: yarn install --frozen-lockfile
working-directory: docs
- run: yarn build
working-directory: docs