From https://discuss.openedx.org/t/custom-brand-theme-with-paragon-design-tokens-ci-challenges-on-k8s-runners/19125
TL;DR: When building a custom Paragon design tokens theme and the CI runs inside Kubernetes pods (EKS-based GitHub Actions runners, etc.), tutor local do paragon-build-tokens and the docker run -v approach will silently fail.
The solution in the forum post was to pre-build the CSS separately.
We should investigate what it would take to have this command not fail in k8s.
From https://discuss.openedx.org/t/custom-brand-theme-with-paragon-design-tokens-ci-challenges-on-k8s-runners/19125
The solution in the forum post was to pre-build the CSS separately.
We should investigate what it would take to have this command not fail in k8s.