Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Web demo gets reset to Version 1.132.1
Closes: #3979
Description
Every time the "Deploy to GitHub Pages" workflow got triggered the web demo was reset, because the deployment uses the gh-folder as source. The web demo build in that folder is never updated, because the release-visualization.yml directly deploys the release artifacts to the gh-pages branch.
Solution is just deleting the visualization folder inside the gh-pages folder on main, so the visualization folder on the gh-pages branch is no touched by the deploy-github-pages workfow.
Also I changed that all the time a clean deployment is dont because else there are very old and unused files on the gh-pages branch.
Definition of Done
A PR is only ready for merge once all the following acceptance criteria are fulfilled:
Screenshots or gifs