Skip to content

Commit 90f0ac0

Browse files
committed
try fix the gh action error by using a different version on each step
1 parent 1f078fa commit 90f0ac0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/nuget-publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,11 +70,11 @@ jobs:
7070
BRANCH: gh-pages
7171

7272
- name: Deploy wiki
73-
uses: jamesives/github-pages-deploy-action@3.4.8
73+
uses: jamesives/github-pages-deploy-action@3.4.9
7474
with:
7575
FOLDER: docs
7676
ACCESS_TOKEN: ${{ secrets.ACCESS_TOKEN }}
77-
REPOSITORY_NAME: isc30/blazor-lazy-loading.wiki
77+
REPOSITORY_NAME: isc30/blazor-lazy-loading.wiki.git
7878
BRANCH: master
7979

8080
- name: Upload artifacts

0 commit comments

Comments
 (0)