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 3c86504 commit af21cd1Copy full SHA for af21cd1
.github/workflows/build.yml
@@ -239,6 +239,9 @@ jobs:
239
working-directory: ${{ runner.temp }}/benchmarks/
240
- run: dotnet tool update -g docfx
241
- run: docfx ./docfx/docfx.json
242
+ - run: |
243
+ git add -- ./docs
244
+ git commit -m'updated docs:${{ env.assembly-version }}' -- ./docs
245
- name: Upload artifact
246
uses: actions/upload-pages-artifact@v4
247
with:
0 commit comments