fix: remove version check condition from deployment step

This commit is contained in:
2026-06-24 09:01:01 +02:00
parent 0405565fd1
commit 30a3b32d13
-1
View File
@@ -31,7 +31,6 @@ jobs:
run: npm run build run: npm run build
- name: Deploy to Apache volume - name: Deploy to Apache volume
if: steps.version_check.outputs.changed == 'true'
run: | run: |
find /var/www/design-system -mindepth 1 -delete find /var/www/design-system -mindepth 1 -delete