Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

fix(session): align fork/undo context truncation to wire turns #1517

fix(session): align fork/undo context truncation to wire turns

fix(session): align fork/undo context truncation to wire turns #1517

Workflow file for this run

name: CI (docs)
on:
pull_request:
paths:
- ".github/workflows/ci-docs.yml"
- ".github/workflows/docs-pages.yml"
- "docs/**"
- "CHANGELOG.md"
push:
branches:
- main
paths:
- ".github/workflows/ci-docs.yml"
- ".github/workflows/docs-pages.yml"
- "docs/**"
- "CHANGELOG.md"
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Set up Node.js
uses: actions/setup-node@v4
with:
node-version: "20"
- name: Cache docs node_modules
uses: actions/cache@v4
with:
path: docs/node_modules
key: ${{ runner.os }}-docs-node-modules-${{ hashFiles('docs/package.json') }}
restore-keys: |
${{ runner.os }}-docs-node-modules-
- name: Install docs dependencies
working-directory: docs
run: npm install --no-package-lock
- name: Build docs
working-directory: docs
run: npm run build
Morty Proxy This is a proxified and sanitized view of the page, visit original site.