Skip to content

[@xstate/solid] Fix context mutation with new values nested in arrays… #829

[@xstate/solid] Fix context mutation with new values nested in arrays…

[@xstate/solid] Fix context mutation with new values nested in arrays… #829

Workflow file for this run

name: Docs
on:
push:
branches:
- main
permissions: {}
jobs:
build:
permissions:
contents: write # to push changes in repo (jamesives/github-pages-deploy-action)
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: ./.github/actions/ci-setup
- name: Build docs
working-directory: docs
run: |
NODE_OPTIONS='--openssl-legacy-provider' pnpm docs:build
- name: Publish docs
uses: JamesIves/github-pages-deploy-action@4.1.0
with:
branch: gh-pages
folder: docs/.vuepress/dist
target-folder: docs