zhengruifeng commented on code in PR #42028:
URL: https://github.com/apache/spark/pull/42028#discussion_r1264795891
##########
.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
+ with:
+ name: site
Review Comment:
added this config, thanks for pointing it out
--
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]