Skip to content

Commit 8e7c2b3

Browse files
committed
Fixed typo in gh-pages.yml
1 parent d286df7 commit 8e7c2b3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/gh-pages.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
dotnet-version: 7.x
1313

1414
- run: dotnet tool update -g docfx
15-
- run: docfx Docc/docfx.json
15+
- run: docfx Docs/docfx.json
1616

1717
- name: Deploy
1818
uses: peaceiris/actions-gh-pages@v3

0 commit comments

Comments
 (0)