paws-r / paws

Paws, a package for Amazon Web Services in R
https://www.paws-r-sdk.com
Other
314 stars 37 forks source link

Paws website failing to rebuild #622

Closed DyfanJones closed 1 year ago

DyfanJones commented 1 year ago

Currently paws website is blocking 0.3.0 release.

Key issues:

  1. pkgdown taking too long to build site causing GitHub actions to fail, even when chunked up over multiple jobs https://github.com/DyfanJones/dev.paws-r.github.io/actions/runs/5149688153

  2. GitHub actions fails due to memory issue when deploying to GitHub pages https://github.com/DyfanJones/dev.paws-r.github.io/actions/runs/5169640400

System.IO.IOException: No space left on device
DyfanJones commented 1 year ago

Solutions:

  1. Switch static site generator to mkdcos. The site can now be generated in ~40mins https://github.com/DyfanJones/dev.paws-r.github.io/actions/runs/5179509620
  2. Host static site on Aws S3 http://dev-paws-r-website.s3-website-eu-west-1.amazonaws.com/

Extra issues to resolve:

DyfanJones commented 1 year ago

New website: www.paws-r-sdk.com