This commit is contained in:
Wiesław Šoltés 2022-10-12 08:47:46 +02:00 коммит произвёл GitHub
Родитель cbf6e5a00e
Коммит 5b4f715579
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 2 добавлений и 2 удалений

4
.github/workflows/pages.yml поставляемый
Просмотреть файл

@ -19,8 +19,8 @@ jobs:
- name: Publish .NET Project
run: dotnet publish samples/NodeEditor.Web/NodeEditor.Web.csproj -c Release -o release --nologo
#- name: Change base-tag in index.html from / to NodeEditor
# run: sed -i 's/<base href="\/" \/>/<base href="\/NodeEditor\/" \/>/g' release/wwwroot/index.html
- name: Change base-tag in index.html from / to NodeEditor
run: sed -i 's/<base href="\/" \/>/<base href="\/NodeEditor\/" \/>/g' samples/NodeEditor.Web/bin/Release/net7.0/browser-wasm/AppBundle/index.html
- name: copy index.html to 404.html
run: cp samples/NodeEditor.Web/bin/Release/net7.0/browser-wasm/AppBundle/index.html samples/NodeEditor.Web/bin/Release/net7.0/browser-wasm/AppBundle/404.html