Skip to content

Commit 49e5580

Browse files
committed
Fixed yaml's satanic whitespace issues.
1 parent 705d9ca commit 49e5580

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/generate-docs.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,9 @@ jobs:
2424
wget https://github.com/dotnet/docfx/releases/download/v2.58/docfx.zip
2525
unzip docfx.zip -d docfx
2626
27-
- name: Locate DocFX Path
28-
id: locate_docfx
29-
run: |
27+
- name: Locate DocFX Path
28+
id: locate_docfx
29+
run: |
3030
DOCFX_PATH=$(find $GITHUB_WORKSPACE -name "docfx" -type f -executable | head -n 1)
3131
if [ -z "$DOCFX_PATH" ]; then
3232
echo "Error: DocFX not found."

0 commit comments

Comments
 (0)