Update pages.yml
This commit is contained in:
Родитель
f941f49ad4
Коммит
dcbfe87192
|
@ -20,7 +20,7 @@ jobs:
|
|||
run: dotnet publish samples/NodeEditor.Web/NodeEditor.Web.csproj -c Release -o release --nologo
|
||||
|
||||
- name: Change base-tag in index.html from / to WebDemos
|
||||
run: sed -i 's/<base href="\/" \/>/<base href="\/WebDemos\/" \/>/g' release/wwwroot/index.html
|
||||
run: sed -i 's/<base href="\/" \/>/<base href="\/NodeEditor\/" \/>/g' release/wwwroot/index.html
|
||||
|
||||
- name: copy index.html to 404.html
|
||||
run: cp release/wwwroot/index.html release/wwwroot/404.html
|
||||
|
|
Загрузка…
Ссылка в новой задаче