We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 779d803 commit 47d6d41Copy full SHA for 47d6d41
.github/workflows/site.yaml
@@ -120,6 +120,7 @@ jobs:
120
121
- name: Update site
122
run: |
123
+ docker compose exec phpfpm vendor/bin/drush config-import --yes
124
docker compose exec phpfpm vendor/bin/drush deploy --yes
125
126
- name: Show site URL
config/sync/entity_print.print_engine.dompdf.yml
@@ -15,4 +15,4 @@ settings:
15
cafile: ''
16
verify_peer: true
17
verify_peer_name: true
18
- disable_log: 0
+ disable_log: false
0 commit comments