Skip to content

Commit 9853c9b

Browse files
raimund-schluesslerskjnldsv
authored andcommitted
Adjust visual tests CSS import path + Fix assets path
Signed-off-by: Raimund Schlüßler <raimund.schluessler@mailbox.org>
1 parent 89384c4 commit 9853c9b

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/server-styling-update.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414

1515
- name: Download css
1616
run: |
17-
cd styleguide/assets
17+
cd docs/.vitepress/theme/assets
1818
# Fix img css import
1919
curl https://nextcloud.github.io/server/apps/theming/css/default.css | sed 's|/apps/theming/img|./img|g' > default.css
2020
# Fix icons and img css import

cypress/visual/NcAppSidebar/NcAppSidebarMixin.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@ import NcAppSidebar from '../../../src/components/NcAppSidebar/NcAppSidebar.vue'
2626
import NcActionButton from '../../../src/components/NcActionButton/NcActionButton.vue'
2727

2828
// Server CSS styles
29-
import '../../../styleguide/assets/icons.css'
30-
import '../../../styleguide/assets/additional.css'
29+
import '../../../docs/.vitepress/theme/assets/icons.css'
30+
import '../../../docs/.vitepress/theme/assets/additional.css'
3131

3232
/**
3333
* We need this custom style because we run the AppSidebar component without a Content component,

0 commit comments

Comments
 (0)