terascope / teraslice

Scalable data processing pipelines in JavaScript
https://terascope.github.io/teraslice/
Apache License 2.0
50 stars 13 forks source link

Fix publish-master workflow #3678

Closed sotojn closed 3 months ago

sotojn commented 3 months ago

This PR makes the following changes:

This should resolve a broken pipeline where publishing docs fail. https://github.com/terascope/teraslice/actions/runs/9814144681/job/27101692541

This is most likely because we updated upload-pages-artifact to v3 which requires actions/deploy-pages@v4 or newer. Stated here: https://github.com/actions/upload-pages-artifact/releases/tag/v3.0.0