This is an automated email from the ASF dual-hosted git repository. ctubbsii pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/accumulo-website.git
The following commit(s) were added to refs/heads/main by this push: new 009b1352 Remove generated site upload from build 009b1352 is described below commit 009b1352c8196cc56e760db850708f1865af77f0 Author: Christopher Tubbs <ctubb...@apache.org> AuthorDate: Mon Jun 19 16:55:58 2023 -0400 Remove generated site upload from build Remove generated site upload from GitHub Actions build, because it's too big and too slow, and it's unlikely to add value, since we now have an easy way to run the build in a local Docker container. --- .github/workflows/jekyll.yaml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/.github/workflows/jekyll.yaml b/.github/workflows/jekyll.yaml index 4c5e634b..7dbea9dd 100644 --- a/.github/workflows/jekyll.yaml +++ b/.github/workflows/jekyll.yaml @@ -48,9 +48,3 @@ jobs: bundle config path ~/vendor/bundle bundle install --jobs 4 --retry 3 bundle exec jekyll build - - name: Upload site - uses: actions/upload-artifact@v3 - with: - name: site - path: ./_site/ - if-no-files-found: ignore