Skip to content

Commit f7b9bf7

Browse files
authored
Feature size optimize (#9)
行业和板块方法代码优化,抽离共用方法 文档网站更新
1 parent 5773ba2 commit f7b9bf7

File tree

24 files changed

+2549
-964
lines changed

24 files changed

+2549
-964
lines changed

.cursor/rules/stock-sdk.mdc

Lines changed: 0 additions & 188 deletions
This file was deleted.

.github/workflows/docs.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ concurrency:
2222
jobs:
2323
build:
2424
runs-on: ubuntu-latest
25+
environment: github-pages
2526
steps:
2627
- name: Checkout
2728
uses: actions/checkout@v4
@@ -42,6 +43,8 @@ jobs:
4243

4344
- name: Build with VitePress
4445
run: yarn build:pages
46+
env:
47+
GRAFANA_SOURCEMAP_TOKEN: ${{ secrets.GRAFANA_SOURCEMAP_TOKEN }}
4548

4649
- name: Upload artifact
4750
uses: actions/upload-pages-artifact@v3

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,4 +46,4 @@ website/.vitepress/cache
4646
# Misc
4747
*.tgz
4848

49-
49+
AGENT.md

0 commit comments

Comments
 (0)