Skip to content

Commit

Permalink
fix: use root path
Browse files Browse the repository at this point in the history
  • Loading branch information
bojanrajh committed Feb 23, 2024
1 parent 382e233 commit 7b66f85
Show file tree
Hide file tree
Showing 3 changed files with 32 additions and 31 deletions.
3 changes: 2 additions & 1 deletion .github/scripts/embed.sh
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,8 @@ fi
--branch ${BRANCH_METEOR_ICON_KIT:-main} \
--src packages/icon-kit/docs \
--dst resources/meteor-icon-kit \
--org ${ORG_METEOR_ICON_KIT:-shopware}
--org ${ORG_METEOR_ICON_KIT:-shopware} \
--root ../..

#./docs-cli.cjs clone \
# --ci \
Expand Down
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"cross-env": "^7.0.3",
"terser": "^5.27.0",
"vitepress": "1.0.0-rc.40",
"vitepress-shopware-docs": "1.1.24",
"vitepress-shopware-docs": "1.1.26",
"vue": "^3.4.15"
},
"devDependencies": {
Expand All @@ -39,11 +39,11 @@
"@mermaid-js/mermaid-mindmap": "^9.3.0",
"@originjs/vite-plugin-require-context": "^1.0.9",
"@playwright/test": "1.41.1",
"@shopware-docs/cli": "1.1.24",
"@shopware-docs/storybook": "1.1.24",
"@shopware-docs/typer": "1.1.24",
"@shopware-docs/vitepress": "1.1.24",
"@shopware-docs/vitest": "1.1.24",
"@shopware-docs/cli": "1.1.26",
"@shopware-docs/storybook": "1.1.26",
"@shopware-docs/typer": "1.1.26",
"@shopware-docs/vitepress": "1.1.26",
"@shopware-docs/vitest": "1.1.26",
"@storybook/addon-essentials": "^7.6.10",
"@storybook/addon-interactions": "^7.6.10",
"@storybook/addon-links": "^7.6.10",
Expand Down
48 changes: 24 additions & 24 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 7b66f85

Please sign in to comment.