mirror of
https://github.com/run-llama/workflows-ts.git
synced 2026-06-30 21:57:58 -04:00
docs: release docs and update release script (#176)
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
---
|
||||
"@llamaindex/workflow-docs": patch
|
||||
---
|
||||
|
||||
Updated docs
|
||||
@@ -5,6 +5,10 @@ on:
|
||||
branches:
|
||||
- main
|
||||
|
||||
permissions:
|
||||
id-token: write # Required for OIDC
|
||||
contents: read
|
||||
|
||||
concurrency: ${{ github.workflow }}-${{ github.ref }}
|
||||
|
||||
jobs:
|
||||
@@ -18,7 +22,11 @@ jobs:
|
||||
uses: actions/setup-node@v4
|
||||
with:
|
||||
node-version: 22
|
||||
registry-url: 'https://registry.npmjs.org'
|
||||
cache: "pnpm"
|
||||
# Ensure npm 11.5.1 or later is installed for trusted publishing
|
||||
- name: Update npm
|
||||
run: npm install -g npm@latest
|
||||
- name: Install dependencies
|
||||
run: pnpm install
|
||||
- name: Generate API Documentation
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
import type { Configuration } from "lint-staged";
|
||||
|
||||
export default {
|
||||
"*": ["biome check"],
|
||||
"*": ["biome check --no-errors-on-unmatched"],
|
||||
} satisfies Configuration;
|
||||
|
||||
Reference in New Issue
Block a user