Skip to content

Commit 47d6d41

Browse files
committed
Changed config and site github workflow
1 parent 779d803 commit 47d6d41

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/site.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -120,6 +120,7 @@ jobs:
120120
121121
- name: Update site
122122
run: |
123+
docker compose exec phpfpm vendor/bin/drush config-import --yes
123124
docker compose exec phpfpm vendor/bin/drush deploy --yes
124125
125126
- name: Show site URL

config/sync/entity_print.print_engine.dompdf.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,4 @@ settings:
1515
cafile: ''
1616
verify_peer: true
1717
verify_peer_name: true
18-
disable_log: 0
18+
disable_log: false

0 commit comments

Comments
 (0)