mirror of
https://gitee.com/ant-design-blazor/ant-design-blazor.git
synced 2024-11-29 18:48:50 +08:00
docs: fix webapp build (#3664)
This commit is contained in:
parent
c9616038a4
commit
41ce2564eb
4
.github/workflows/AntDesignDocsWebApp.yml
vendored
4
.github/workflows/AntDesignDocsWebApp.yml
vendored
@ -19,9 +19,9 @@ jobs:
|
||||
with:
|
||||
dotnet-version: ${{ env.DOTNET_CORE_VERSION }}
|
||||
- name: Restore
|
||||
run: dotnet restore "${{ env.WORKING_DIRECTORY }}"
|
||||
run: dotnet restore
|
||||
- name: Build
|
||||
run: dotnet build "${{ env.WORKING_DIRECTORY }}" --configuration ${{ env.CONFIGURATION }} --no-restore
|
||||
run: dotnet build --configuration ${{ env.CONFIGURATION }} --no-restore
|
||||
- name: Test
|
||||
run: dotnet test "${{ env.WORKING_DIRECTORY }}" --no-build
|
||||
- name: Publish
|
||||
|
Loading…
Reference in New Issue
Block a user