grafana / scenes

Build Grafana dashboards directly in your Grafana app plugins.
https://grafana.com/developers/scenes
Apache License 2.0
133 stars 20 forks source link

fix: docs builds in CI #829

Closed sd2k closed 4 days ago

sd2k commented 2 months ago

Since the move to Turbo (done as part of adding scenes-react) docs builds have been failing in CI ([example 1] and [example 2]). The config args aren't being passed through to the website package since we're using turbo now.

This commit skips using turbo altogether for docs builds, which seems to be the simplest solution; I can't find a way to pass the correct config args through turbo to the website package, so I'm just skipping it.

Should fix https://github.com/grafana/scenes/issues/895.

scenes-repo-bot-access-token[bot] commented 3 days ago

:rocket: PR was released in v5.15.0 :rocket: