File tree Expand file tree Collapse file tree 4 files changed +4
-3
lines changed Expand file tree Collapse file tree 4 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 5858
5959 # Step 4 - Builds the site using Hugo
6060 - name : Build
61- run : cd docSite && hugo mod get -u github.com/colinwilson/lotusdocs@6d0568e” && hugo -v --minify
61+ run : cd docSite && hugo mod get -u github.com/colinwilson/lotusdocs@6d0568e && hugo -v --minify
6262
6363 # Step 5 - Push our generated site to Vercel
6464 - name : Deploy to Vercel
Original file line number Diff line number Diff line change 5858
5959 # Step 4 - Builds the site using Hugo
6060 - name : Build
61- run : cd docSite && hugo mod get -u github.com/colinwilson/lotusdocs@6d0568e” && hugo -v --minify
61+ run : cd docSite && hugo mod get -u github.com/colinwilson/lotusdocs@6d0568e && hugo -v --minify
6262
6363 # Step 5 - Push our generated site to Vercel
6464 - name : Deploy to Vercel
Original file line number Diff line number Diff line change @@ -83,6 +83,7 @@ https://github.com/labring/FastGPT/assets/15308462/7d3a38df-eb0e-4388-9250-2409b
8383 - [x] 统一查阅对话记录,并对数据进行标注
8484
8585` 6 ` 其他
86+ - [x] 可视化模型配置。
8687 - [x] 支持语音输入和输出 (可配置语音输入语音回答)
8788 - [x] 模糊输入提示
8889 - [x] 模板市场
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ FROM hugomods/hugo:0.117.0 AS builder
33WORKDIR /app
44
55ADD ./docSite hugo
6- RUN cd /app/hugo && hugo mod get -u github.com/colinwilson/lotusdocs@6d0568e” && hugo -v --minify
6+ RUN cd /app/hugo && hugo mod get -u github.com/colinwilson/lotusdocs@6d0568e && hugo -v --minify
77
88FROM fholzer/nginx-brotli:latest
99
You can’t perform that action at this time.
0 commit comments