Skip to content

Update Docs Generator #36089

Update Docs Generator

Update Docs Generator #36089

Workflow file for this run

name: Update Docs Generator
on:
push:
branches:
main
schedule:
- cron: '*/20 * * * *'
permissions:
contents: write
jobs:
Main-Updater:
runs-on: windows-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4
with:
ref: "main"
fetch-depth: '0'
- name: Setup Node.js environment
uses: actions/[email protected]
with:
node-version: '22'
cache: 'npm'
cache-dependency-path: './package-lock.json'
- name: Install NPM
run: |
npm ci
- name: Check Build Commit
run: |
npm run check-for-update