We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 90f0ac0 commit 73ebe74Copy full SHA for 73ebe74
.github/workflows/build-all.yml
@@ -8,7 +8,7 @@ env:
8
MSBUILDSINGLELOADCONTEXT: 1
9
10
jobs:
11
- build:
+ build-and-deploy:
12
runs-on: ubuntu-latest
13
14
steps:
.github/workflows/nuget-publish.yml
@@ -15,7 +15,7 @@ env:
15
16
17
18
19
20
21
@@ -63,7 +63,7 @@ jobs:
63
run: find output/demo -name "*.gitignore" -type f -print0 | xargs -0 /bin/rm -f
64
65
- name: Deploy demo to Github Pages
66
- uses: jamesives/github-pages-deploy-action@3.4.8
+ uses: jamesives/github-pages-deploy-action@3.4.9
67
with:
68
FOLDER: output/demo/wwwroot
69
ACCESS_TOKEN: ${{ secrets.ACCESS_TOKEN }}
0 commit comments