File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed
Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -14,10 +14,10 @@ jobs:
1414 run : git status
1515
1616 - name : Download docfx
17- run : curl https://github.com/dotnet/docfx/releases/download/v2.59.2 /docfx. zip -L -o ../docfx.zip
17+ run : curl https://github.com/dotnet/docfx/releases/download/v2.77.0 /docfx-win-x64-v2.77.0. zip -L -o ../docfx-win-x64-v2.77.0 .zip
1818
1919 - name : Expand docfx
20- run : Expand-Archive ../docfx.zip -DestinationPath ../docfx
20+ run : Expand-Archive ../docfx-win-x64-v2.77.0 .zip -DestinationPath ../docfx
2121
2222 - name : Build site with docfx
2323 run : ../docfx/docfx.exe build docfx.json --warningsAsErrors
Original file line number Diff line number Diff line change @@ -14,13 +14,13 @@ jobs:
1414 run : git status
1515
1616 - name : Download docfx
17- run : curl https://github.com/dotnet/docfx/releases/download/v2.59.2 /docfx. zip -L -o ../docfx.zip
17+ run : curl https://github.com/dotnet/docfx/releases/download/v2.77.0 /docfx-win-x64-v2.77.0. zip -L -o ../docfx-win-x64-v2.77.0 .zip
1818
1919 - name : Expand docfx
20- run : Expand-Archive ../docfx.zip -DestinationPath ../docfx
20+ run : Expand-Archive ../docfx-win-x64-v2.77.0 .zip -DestinationPath ../docfx
2121
2222 - name : Build site with docfx
23- run : " ../docfx/docfx.exe build docfx.json --globalMetadata \" { '_matomoContainerUrl': 'https://matomo.devexpress.com/js/container_kE7MWPi0.js' }\" --warningsAsErrors"
23+ run : " ../docfx/docfx.exe build docfx.json --metadata \" { '_matomoContainerUrl': 'https://matomo.devexpress.com/js/container_kE7MWPi0.js' }\" --warningsAsErrors"
2424
2525 - name : Archive site
2626 run : Compress-Archive -Path _site/* -DestinationPath ${{ runner.temp }}/site.zip
Original file line number Diff line number Diff line change 99 <meta name="generator" content="docfx {{_docfxVersion}}">
1010 {{#_description}}<meta name="description" content="{{_description}}">{{/_description}}
1111 <link rel="shortcut icon" href="{{_rel}}{{{_appFaviconPath}}}{{^_appFaviconPath}}favicon.ico{{/_appFaviconPath}}">
12- <link rel="stylesheet" href="{{_rel}}styles/docfx.vendor.css">
12+ <link rel="stylesheet" href="{{_rel}}styles/docfx.vendor.min. css">
1313 <link rel="stylesheet" href="{{_rel}}styles/docfx.css">
1414 <link rel="stylesheet" href="{{_rel}}styles/main.css">
1515 <meta property="docfx:navrel" content="{{_navRel}}">
You can’t perform that action at this time.
0 commit comments