Skip to content

Commit 2ea3acd

Browse files
committed
updated automations
1 parent 1269926 commit 2ea3acd

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

.github/workflows/main.yml

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,16 +2,12 @@ name: Build Documentation Index
22

33
on:
44
push:
5-
paths:
6-
- 'docs/**'
75
branches:
8-
- main
9-
repository_dispatch:
10-
types: [build_docs]
11-
6+
- master
127
jobs:
138
build:
149
runs-on: ubuntu-latest
10+
if: github.actor != 'github-actions[bot]'
1511
permissions:
1612
contents: write
1713
steps:
@@ -22,6 +18,9 @@ jobs:
2218
with:
2319
node-version: '18'
2420

21+
- name: Install dependencies
22+
run: npm install
23+
2524
- name: Build docs
2625
run: node build-docs.js
2726

0 commit comments

Comments
 (0)