Skip to content

Commit 0b63515

Browse files
committed
2 parents 96a0ee3 + f947fb8 commit 0b63515

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/CD.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ jobs:
3131
if: github.event_name == 'push'
3232
run: |
3333
export REPOSITORY_NAME=$(basename ${{ github.repository }})
34+
wget "$SCRIPTS_BASE_URL/docfx.json"
3435
wget "$SCRIPTS_BASE_URL/toc.yml"
3536
wget "$SCRIPTS_BASE_URL/publish-docs.sh"
3637
bash ./publish-docs.sh

0 commit comments

Comments
 (0)