Skip to content

Commit 34955e2

Browse files
authored
Merge branch 'main' into patch-4
2 parents 1e2c9f7 + 2b7952c commit 34955e2

124 files changed

Lines changed: 1730 additions & 3965 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.github/workflows/generate-index-and-docs.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ on:
66
- "types/*.json"
77
- "schemas/*.json"
88
- "etc/"
9+
- ".github/workflows/generate-index-and-docs.yml" # this file
910
branches:
1011
- main
1112
workflow_dispatch:
@@ -16,7 +17,7 @@ jobs:
1617
generate-index-and-docs:
1718
runs-on: ubuntu-latest
1819
permissions:
19-
content: write
20+
contents: write
2021

2122
steps:
2223
- name: Checkout repository

0 commit comments

Comments
 (0)