We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0b63515 commit a7e40f8Copy full SHA for a7e40f8
.github/workflows/CD.yml
@@ -32,6 +32,7 @@ jobs:
32
run: |
33
export REPOSITORY_NAME=$(basename ${{ github.repository }})
34
wget "$SCRIPTS_BASE_URL/docfx.json"
35
+ wget "$SCRIPTS_BASE_URL/filter.yml"
36
wget "$SCRIPTS_BASE_URL/toc.yml"
37
wget "$SCRIPTS_BASE_URL/publish-docs.sh"
38
bash ./publish-docs.sh
0 commit comments