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.
2 parents 96a0ee3 + f947fb8 commit 0b63515Copy full SHA for 0b63515
.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