Skip to content
This repository was archived by the owner on Jan 5, 2024. It is now read-only.

Commit 0018f89

Browse files
committed
build: 更新支持 tblazor.com 站点
1 parent 25e9e0c commit 0018f89

2 files changed

Lines changed: 3 additions & 4 deletions

File tree

.github/workflows/git-pages-ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@ jobs:
2626
run: dotnet publish ./doc/TDesign.Docs.WebAssembly/TDesign.Docs.WebAssembly.csproj -c Release -o ./ --nologo
2727

2828
# changes the base-tag in index.html from '/' to 'WebAssembly' to match GitHub Pages repository subdirectory
29-
- name: Change base-tag in index.html from / to WebAssembly
30-
run: sed -i 's/<base href="\/" \/>/<base href="\/TDesignBlazor\/" \/>/g' wwwroot/index.html
29+
#- name: Change base-tag in index.html from / to WebAssembly
30+
# run: sed -i 's/<base href="\/" \/>/<base href="\/TDesignBlazor\/" \/>/g' wwwroot/index.html
3131

3232
# copy index.html to 404.html to serve the same file when a file is not found
3333
- name: copy index.html to 404.html

readme.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,7 @@
2222

2323
## 🌈 Demo 演示
2424
* 在线演示
25-
* [https://achievedowner.github.io/TDesignBlazor](https://achievedowner.github.io/TDesignBlazor/) Nightly - master 合并后更新
26-
* [http://tblazor.com](http://tblazor.com) 稳定版 - 版本发布后更新
25+
* [http://tblazor.com](http://tblazor.com)
2726
* 源码运行
2827
* `TDesign.Docs.ServerSide` 是服务端
2928
* `TDesign.Docs.WebAssembly` 是客户端

0 commit comments

Comments
 (0)