Skip to content

Commit 48347fa

Browse files
committed
add link docs
2 parents e185483 + 1292343 commit 48347fa

6 files changed

Lines changed: 9 additions & 7 deletions

File tree

.github/workflows/npm-publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@ jobs:
1717
with:
1818
node-version: 18
1919
registry-url: https://registry.npmjs.org/
20-
- run: npm cache clean --force
21-
- run: npm ci
20+
- run: rm -rf node_modules package-lock.json
21+
- run: npm install --no-cache
2222
- run: npm publish
2323
env:
2424
NODE_AUTH_TOKEN: ${{secrets.npm_token}}

.github/workflows/prod-upload.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@ jobs:
1717
with:
1818
node-version: 18
1919
registry-url: https://registry.npmjs.org/
20-
- run: npm cache clean --force
21-
- run: npm ci
20+
- run: rm -rf node_modules package-lock.json
21+
- run: npm install --no-cache
2222
- run: npm run upload
2323
env:
2424
CDN_ACCESS_KEY: ${{ secrets.CDN_ACCESS_KEY }}

.github/workflows/test-upload.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@ jobs:
1717
with:
1818
node-version: 18
1919
registry-url: https://registry.npmjs.org/
20-
- run: npm cache clean --force
21-
- run: npm ci
20+
- run: rm -rf node_modules package-lock.json
21+
- run: npm install --no-cache
2222
- run: npm run upload
2323
env:
2424
CDN_ACCESS_KEY: ${{ secrets.CDN_ACCESS_KEY }}

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "flashduty-knowledge-base",
3-
"version": "1.2.5-beta.2",
3+
"version": "1.2.6",
44
"description": "flashduty knowledge base",
55
"type": "module",
66
"engines": {

src/en.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -138,6 +138,7 @@ const docs = {
138138
Keep,
139139
ElastAlert2,
140140
DingtalkAlert,
141+
FeishuAlert,
141142
Link,
142143
};
143144
export default docs;

src/zh.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -137,6 +137,7 @@ const docs = {
137137
Keep,
138138
ElastAlert2,
139139
DingtalkAlert,
140+
FeishuAlert,
140141
Link,
141142
};
142143
export default docs;

0 commit comments

Comments
 (0)