fix: remove conditional checks for version changes in deploy workflow

This commit is contained in:
2026-06-24 08:58:45 +02:00
parent 53b3ee4301
commit 352ec260fa
-3
View File
@@ -25,15 +25,12 @@ jobs:
fetch-depth: 2 fetch-depth: 2
- name: Install dependencies - name: Install dependencies
if: steps.version_check.outputs.changed == 'true'
run: npm ci --legacy-peer-deps run: npm ci --legacy-peer-deps
- name: Build documentation - name: Build documentation
if: steps.version_check.outputs.changed == 'true'
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: |
rm -rf /var/www/design-system rm -rf /var/www/design-system
mkdir -p /var/www/design-system mkdir -p /var/www/design-system