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