We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9f52028 commit 226cdc1Copy full SHA for 226cdc1
.editorconfig
@@ -10,5 +10,5 @@ insert_final_newline = false
10
[*.lua]
11
indent_style = tab
12
13
-[*.json]
14
-indent_style = space
+[*.{json,yml}]
+indent_style = space
.github/workflows/publish-docs.yml
@@ -4,6 +4,9 @@ on:
4
branches: ["main"]
5
jobs:
6
status:
7
+ permissions:
8
+ pages: write
9
+ id-token: write
runs-on: ubuntu-latest
name: Publish docs to GitHub Pages
steps:
0 commit comments