Skip to content
This repository was archived by the owner on Jul 8, 2023. It is now read-only.

Commit c83facc

Browse files
committed
Publish output example images per version.
1 parent 076260b commit c83facc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/publish-web

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,9 +94,9 @@ if ($token) {
9494
$arguments[] = '--link';
9595
$arguments[] = sprintf('%s:latest', $latestVersion);
9696
$arguments[] = sprintf('web/index.html:%s/index.html', $currentVersion);
97+
$arguments[] = sprintf('web/img:%s/img', $currentVersion);
9798
$arguments[] = 'web/data:data';
9899
$arguments[] = 'web/css:css';
99-
$arguments[] = 'web/img:img';
100100
$arguments[] = 'web/js:js';
101101

102102
$command = implode(' ', array_map('escapeshellarg', $arguments));

0 commit comments

Comments
 (0)