Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix website configs build #368

Merged
merged 2 commits into from Oct 13, 2020
Merged

Fix website configs build #368

merged 2 commits into from Oct 13, 2020

Conversation

SenseException
Copy link
Member

This fixes the website-configs build that broke after Debug::enabled() was introduced in #346.

Because doctrine/static-website-generator has a dependency to symfony/http-kernel, that installs symfony/error-handler as a no-dev dependency, the Debug class is always available and enables Debug mode even in prod.

I also adapted .github/workflows/website-configs.yml to start a build when the file itself was changed to make it possible to review this change (and also to ease future changes on this GA file).

Because doctrine/static-website-generator has a dependency to symfony/http-kernel
that installs symfony/error-handler as a no-dev dependency, the Debug class
is always available and enables Debug mode even in prod.
@SenseException SenseException merged commit 3e61af2 into master Oct 13, 2020
@SenseException SenseException deleted the fix-website-configs-build branch October 13, 2020 20:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants