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 4a17e01 commit f947fb8Copy full SHA for f947fb8
.github/workflows/CD.yml
@@ -31,6 +31,7 @@ jobs:
31
if: github.event_name == 'push'
32
run: |
33
export REPOSITORY_NAME=$(basename ${{ github.repository }})
34
+ wget "$SCRIPTS_BASE_URL/docfx.json"
35
wget "$SCRIPTS_BASE_URL/toc.yml"
36
wget "$SCRIPTS_BASE_URL/publish-docs.sh"
37
bash ./publish-docs.sh
0 commit comments