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 1f078fa commit 90f0ac0Copy full SHA for 90f0ac0
.github/workflows/nuget-publish.yml
@@ -70,11 +70,11 @@ jobs:
70
BRANCH: gh-pages
71
72
- name: Deploy wiki
73
- uses: jamesives/github-pages-deploy-action@3.4.8
+ uses: jamesives/github-pages-deploy-action@3.4.9
74
with:
75
FOLDER: docs
76
ACCESS_TOKEN: ${{ secrets.ACCESS_TOKEN }}
77
- REPOSITORY_NAME: isc30/blazor-lazy-loading.wiki
+ REPOSITORY_NAME: isc30/blazor-lazy-loading.wiki.git
78
BRANCH: master
79
80
- name: Upload artifacts
0 commit comments