updated automations

This commit is contained in:
2025-03-24 14:47:33 +11:00
parent 1269926a07
commit 2ea3acda98

View File

@@ -2,16 +2,12 @@ name: Build Documentation Index
on:
push:
paths:
- 'docs/**'
branches:
- main
repository_dispatch:
types: [build_docs]
- master
jobs:
build:
runs-on: ubuntu-latest
if: github.actor != 'github-actions[bot]'
permissions:
contents: write
steps:
@@ -22,6 +18,9 @@ jobs:
with:
node-version: '18'
- name: Install dependencies
run: npm install
- name: Build docs
run: node build-docs.js