Skip to content

Commit 8fac454

Browse files
committed
opt
1 parent cd42866 commit 8fac454

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

.github/workflows/deploy-docs.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,9 @@ on:
77
branches: [shiror.ren]
88
workflow_dispatch:
99

10+
permissions:
11+
contents: write
12+
1013
concurrency:
1114
group: docs-deployer
1215
cancel-in-progress: true

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Lock
1+
# lock
22
*-lock.*
33
*.lock
44

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"start": "next start --turbo",
1212
"types:check": "fumadocs-mdx && next typegen && tsc --noEmit",
1313
"postinstall": "fumadocs-mdx",
14-
"lint": "prettier --write ."
14+
"format": "prettier --write ."
1515
},
1616
"dependencies": {
1717
"@microsoft/clarity": "^1.0.2",

0 commit comments

Comments
 (0)