We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 33eb76d commit 5775970Copy full SHA for 5775970
1 file changed
.github/workflows/docfx-build-and-push.yml
@@ -60,7 +60,7 @@ jobs:
60
# Copys markdown files to docfx folder to be used in docfx build
61
- name: Run markdown copy script
62
run: ./docs/docfx/copy_md_files.ps1
63
- # - run: cp ./README.md ./docs/docfx/
+ - run: cp ./README.md ./docs/docfx/
64
- run: dotnet tool update -g docfx
65
- run: docfx ./docs/docfx/docfx.json
66
0 commit comments