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


##########
.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:
   on second thought, I think we can add this condition first, to be more 
conservative



-- 
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