Skip to content

Add Array.slice and Array.splice for value type arrays (#5965) #229

Add Array.slice and Array.splice for value type arrays (#5965)

Add Array.slice and Array.splice for value type arrays (#5965) #229

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@v5
- 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