Skip to content

Run forge update and use Calldata library (#65) #53

Run forge update and use Calldata library (#65)

Run forge update and use Calldata library (#65) #53

Workflow file for this run

name: Build Docs
on:
push:
branches: [master]
permissions:
contents: write
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
submodules: recursive
- name: Set up environment
uses: ./.github/actions/setup
- run: bash scripts/git-user-config.sh
- run: node scripts/update-docs-branch.js
- run: git push --all origin