Skip to content

Document ERC1155 event differences (#4666) #156

Document ERC1155 event differences (#4666)

Document ERC1155 event differences (#4666) #156

Workflow file for this run

name: Build Docs
on:
push:
branches: [release-v*]
permissions:
contents: write
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- 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