mirror of
https://gitee.com/ant-design-blazor/ant-design-blazor.git
synced 2025-12-06 08:59:00 +08:00
chore: fix webapp WORKING_DIRECTORY (#3700)
This commit is contained in:
4
.github/workflows/AntDesignDocsWebApp.yml
vendored
4
.github/workflows/AntDesignDocsWebApp.yml
vendored
@@ -6,8 +6,8 @@ on:
|
||||
|
||||
env:
|
||||
AZURE_WEBAPP_NAME: AntDesignDocsWebApp
|
||||
AZURE_WEBAPP_PACKAGE_PATH: site/AntDesign.Docs.WebApp/AntDesign.Docs.WebApp/published
|
||||
WORKING_DIRECTORY: site/AntDesign.Docs.WebApp/AntDesign.Docs.WebApp
|
||||
AZURE_WEBAPP_PACKAGE_PATH: site/AntDesign.Docs.WebApp/published
|
||||
WORKING_DIRECTORY: site/AntDesign.Docs.WebApp
|
||||
jobs:
|
||||
build:
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
Reference in New Issue
Block a user