mirror of
https://github.com/nextcloud/documentation.git
synced 2026-03-26 13:28:45 +07:00
Update path of icon images to match new file structure
Signed-off-by: Christian Wolf <github@christianwolf.email>
This commit is contained in:
@@ -38,7 +38,7 @@ if (!command_exist('svgexport')) {
|
||||
}
|
||||
|
||||
$sourceDirectory = __DIR__ . '/server';
|
||||
$destinationDirectory = __DIR__ . '/../developer_manual/design/';
|
||||
$destinationDirectory = __DIR__ . '/../developer_manual/html_css_design/';
|
||||
|
||||
// Init scss compiler
|
||||
$scss = new Compiler();
|
||||
|
||||
Reference in New Issue
Block a user