Skip to content

Commit 226cdc1

Browse files
committed
ci: probably fixed action to automatically deploy documentation page.
1 parent 9f52028 commit 226cdc1

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

.editorconfig

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,5 @@ insert_final_newline = false
1010
[*.lua]
1111
indent_style = tab
1212

13-
[*.json]
14-
indent_style = space
13+
[*.{json,yml}]
14+
indent_style = space

.github/workflows/publish-docs.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@ on:
44
branches: ["main"]
55
jobs:
66
status:
7+
permissions:
8+
pages: write
9+
id-token: write
710
runs-on: ubuntu-latest
811
name: Publish docs to GitHub Pages
912
steps:

0 commit comments

Comments
 (0)