Skip to content

Commit ed18971

Browse files
committed
configure ci to autodeploy docs
1 parent 2f408ce commit ed18971

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
with:
4848
node-version: 22
4949
- name: CD into docs-src
50-
run cd docs-src
50+
run: cd docs-src
5151
- name: Install dependencies
5252
run: pnpm i && pnpm add github:AlexanderMac/o2diff
5353
- name: Build app

0 commit comments

Comments
 (0)