Skip to content

Commit 73ebe74

Browse files
committed
try fix build
1 parent 90f0ac0 commit 73ebe74

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/build-all.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ env:
88
MSBUILDSINGLELOADCONTEXT: 1
99

1010
jobs:
11-
build:
11+
build-and-deploy:
1212
runs-on: ubuntu-latest
1313

1414
steps:

.github/workflows/nuget-publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ env:
1515
MSBUILDSINGLELOADCONTEXT: 1
1616

1717
jobs:
18-
build:
18+
build-and-deploy:
1919
runs-on: ubuntu-latest
2020

2121
steps:
@@ -63,7 +63,7 @@ jobs:
6363
run: find output/demo -name "*.gitignore" -type f -print0 | xargs -0 /bin/rm -f
6464

6565
- name: Deploy demo to Github Pages
66-
uses: jamesives/github-pages-deploy-action@3.4.8
66+
uses: jamesives/github-pages-deploy-action@3.4.9
6767
with:
6868
FOLDER: output/demo/wwwroot
6969
ACCESS_TOKEN: ${{ secrets.ACCESS_TOKEN }}

0 commit comments

Comments
 (0)