Skip to content

Commit f6c8637

Browse files
committed
configure ci to autodeploy docs
1 parent 79fc514 commit f6c8637

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -46,12 +46,10 @@ jobs:
4646
uses: actions/setup-node@v4
4747
with:
4848
node-version: 22
49-
- name: CD into docs-src
50-
run: cd docs-src
5149
- name: Install dependencies
52-
run: pnpm i && pnpm add github:AlexanderMac/o2diff
50+
run: pnpm -C docs-src install && pnpm -C docs-src add github:AlexanderMac/o2diff
5351
- name: Build app
54-
run: pnpm build:prod
52+
run: pnpm -C docs-src run build:prod
5553
- name: Upload demo build as artifact
5654
uses: actions/upload-pages-artifact@v3
5755
with:

0 commit comments

Comments
 (0)