Skip to content

Commit 4249238

Browse files
committed
fix indentation error
1 parent d94dabf commit 4249238

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/nuget-publish.yml

+5-5
Original file line numberDiff line numberDiff line change
@@ -63,11 +63,11 @@ 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/[email protected]
67-
with:
68-
FOLDER: output/demo/wwwroot
69-
ACCESS_TOKEN: ${{ secrets.ACCESS_TOKEN }}
70-
BRANCH: gh-pages
66+
uses: jamesives/[email protected]
67+
with:
68+
FOLDER: output/demo/wwwroot
69+
ACCESS_TOKEN: ${{ secrets.ACCESS_TOKEN }}
70+
BRANCH: gh-pages
7171

7272
- name: Upload artifacts
7373
uses: actions/upload-artifact@v1

0 commit comments

Comments
 (0)