Skip to content

Commit 642bf72

Browse files
committed
fix: Paths to packages in CI
1 parent 2ff7319 commit 642bf72

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.github/workflows/deploy-vitepress-docs.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,8 @@ jobs:
4343
- name: Copy documentation package to isolated directory
4444
run: |
4545
# Create isolated directory for documentation
46+
# So, that API.json will be build from the NPM packages,
47+
# and not from workspace packages
4648
mkdir -p /tmp/isolated-docs
4749
cp -r internal/documentation/. /tmp/isolated-docs/
4850
- name: Install documentation dependencies from NPM

.github/workflows/release-please.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ jobs:
8080
npm ci
8181
8282
# Generate npm-shrinkwrap.json
83-
cd ../cli
83+
cd ../../packages/cli
8484
node ../../internal/shrinkwrap-extractor/cli.js ../../
8585
8686
- name: Publish @ui5/cli

0 commit comments

Comments
 (0)