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 a0c9000 commit f3ae6d7Copy full SHA for f3ae6d7
1 file changed
src/Deployer.php
@@ -117,6 +117,7 @@ public function upload_files( string $processed_site_path ) : void {
117
if ( 0 === substr_compare( $cf_key, '/index.html', -11 ) ) {
118
$cf_key = substr( $cf_key, 0, -10 );
119
}
120
+ $cf_key = str_replace( ' ', '%20', $cf_key );
121
array_push( $cf_stale_paths, $cf_key );
122
123
@@ -165,6 +166,7 @@ public function upload_files( string $processed_site_path ) : void {
165
166
167
168
169
170
171
172
0 commit comments