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 705d9ca commit 49e5580Copy full SHA for 49e5580
.github/workflows/generate-docs.yml
@@ -24,9 +24,9 @@ jobs:
24
wget https://github.com/dotnet/docfx/releases/download/v2.58/docfx.zip
25
unzip docfx.zip -d docfx
26
27
- - name: Locate DocFX Path
28
- id: locate_docfx
29
- run: |
+ - name: Locate DocFX Path
+ id: locate_docfx
+ run: |
30
DOCFX_PATH=$(find $GITHUB_WORKSPACE -name "docfx" -type f -executable | head -n 1)
31
if [ -z "$DOCFX_PATH" ]; then
32
echo "Error: DocFX not found."
0 commit comments