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

更新 git page 路径错误 #179

Merged
merged 1 commit into from
Dec 5, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/git-pages-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:

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

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