This is an automated email from the ASF dual-hosted git repository. haonan pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/iotdb-docs.git
commit 13dc658c23255e30fb225e9e888c89e14400d55a Author: HTHou <[email protected]> AuthorDate: Tue Jul 11 19:10:44 2023 +0800 debug --- .github/workflows/site-build.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/site-build.yaml b/.github/workflows/site-build.yaml index bf2249c..159f5c9 100644 --- a/.github/workflows/site-build.yaml +++ b/.github/workflows/site-build.yaml @@ -53,4 +53,4 @@ jobs: git config --global url."https://asf-ci-deploy:[email protected]/apache/".insteadOf "https://github.com/apache/" git config --global user.name github-actions git config --global user.email 41898282+github-actions[bot]@users.noreply.github.com - npm run deploy:staging + NODE_DEBUG=gh-pages npm run deploy:staging
