From 3f4ce6328aff75e6cf14ecfa6cecbfa93b0b9249 Mon Sep 17 00:00:00 2001 From: youngjuning Date: Tue, 17 Aug 2021 00:05:55 +0800 Subject: [PATCH] Update gh-pages.yml --- .github/workflows/gh-pages.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/gh-pages.yml b/.github/workflows/gh-pages.yml index d0884c26..136df21d 100644 --- a/.github/workflows/gh-pages.yml +++ b/.github/workflows/gh-pages.yml @@ -15,4 +15,5 @@ jobs: uses: peaceiris/actions-gh-pages@v3 with: github_token: ${{ secrets.GITHUB_TOKEN }} - publish_dir: ./docs \ No newline at end of file + publish_dir: ./docs + cname: vscode-api-cn.js.org