fix: remove version check condition from deployment step
This commit is contained in:
@@ -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
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user