Skip to content

Commit f8d7c84

Browse files
committed
Fix CI: skip nx cache and correct build output path
1 parent 40694bd commit f8d7c84

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/deploy-docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
run: pnpm install --frozen-lockfile
3232

3333
- name: Build docs
34-
run: pnpm nx build docs
34+
run: pnpm nx build docs --skip-nx-cache
3535
working-directory: .
3636

3737
- name: Debug - List build output

apps/docs/project.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"options": {
1717
"cwd": "apps/docs"
1818
},
19-
"outputs": ["{projectRoot}/.output"]
19+
"outputs": ["{projectRoot}/dist"]
2020
},
2121
"start": {
2222
"command": "node .output/server/index.mjs",

0 commit comments

Comments
 (0)