-
-
Notifications
You must be signed in to change notification settings - Fork 739
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
Attempt to build the components storybook only when its source files … #5600
Attempt to build the components storybook only when its source files … #5600
Conversation
✅ Deploy Preview for volto canceled.
|
✅ Deploy Preview for plone-components canceled.
|
# Conflicts: # packages/components/netlify.toml
@sneridagh this one is now ready and working, and I reverted its other PR to clean up the change log history. Note that the Netlify build for |
* main: (39 commits) Attempt to build the components storybook only when its source files … (#5600) Added Storybook to Netlify build to allow relative links from documentation (#5599) Fix multilingual redirector (#5628) (#5665) Update ref from install-from-packages to create-project (#5654) Pin Vale to 2.30.0 to allow build of documentation until we can upgrade to v3.x (#5656) Temporarily pin `sphinxcontrib-*help` dependencies so docs can build (#5655) Merge the StyleWrapper styles with the draggable props from b-D&D (#5652) Fix order of preference in addons-registry for the theme (#5649) Unify variables in Makefile (#5637) Links references view cypress tests (#5111) Unify start command, trigger `build:deps` command too (#5633) Release generate-volto 9.0.0-alpha.3 Release @plone/types 1.0.0-alpha.2 Improve Blocks typings. Refactor `volto-coresandbox` to TS. (#5624) i18n polishing (#5542) Release @plone/scripts 3.2.1 Fix @plone/scripts for 17 and below (#5613) Release @plone/scripts 3.2.0 Enhance `ColorPickerWidget` (#5585) edit recurrence button is aligned properly (#5590) ...
@stevepiercy it seems that it does not deploy to production (main) since we merged this. Any idea what could be happening? For the PR deploys works well (the filter) but it never deploys in main :( |
@sneridagh I'm not clear what you mean. AFAIK, we never deployed the components Storybook to production, only the Volto Storybook. The components Storybook still builds on Netlify at https://plone-components.netlify.app. |
@stevepiercy sure, "production" Netlify. It never deployed again (last time was March). |
OK, last successful "production" build was on Mar 23, 2024. https://app.netlify.com/sites/plone-components/deploys/65fff4105c8b5800088b8299 This was the last commit to yield a successful build. I don't yet see what changed right after that to prevent a successful build. |
I just manually triggered a deploy. Can you check if you see the expected changes? It should only build on changes in https://app.netlify.com/sites/plone-components/configuration/deploys#continuous-deployment I looked back in the history, and ever since Mar 23, 2024, Netlify builds have been cancelled, either because there are no changes in the components storybook or something else I have not yet identified. Can you point me to the first commit after Mar 23, 2024, to |
I think this should have built, but was cancelled. I don't know why. https://app.netlify.com/sites/plone-components/deploys/664b27cd9235660008f4ca86
|
I commented out the That works. That implies that we probably had the path for doing a diff wrong all along, but were relying on the root I'll submit a PR to fix the Netlify ignore command so we can get it in the change log. However we can't test it until we have a change in its |
@sneridagh PR: #6410 |
@stevepiercy thanks!!! |
…change