zhengruifeng commented on code in PR #42028:
URL: https://github.com/apache/spark/pull/42028#discussion_r1264790443


##########
.github/workflows/build_and_test.yml:
##########
@@ -686,6 +686,14 @@ jobs:
         fi
         cd docs
         bundle exec jekyll build
+        cd ..
+    - name: Tar documentation
+      run: tar cjf site.tar.bz2 docs/_site
+    - name: Upload documentation
+      uses: actions/upload-artifact@v3

Review Comment:
   that depends on whether we need to monitor the build-doc in apache/repo.
   I personally want to also upload in apache/repo, since the cost seems 
quietly small.



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to