Skip to content

Commit c42def4

Browse files
committed
update command syntax in cd
1 parent abae2f9 commit c42def4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/deploy.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -34,10 +34,10 @@ jobs:
3434
node-version: lts/Hydrogen
3535

3636
- name: Install package dependencies
37-
run: cd orgs & npm ci
37+
run: cd orgs && npm ci
3838

3939
- name: Build docs
40-
run: cd orgs & npm run build
40+
run: cd orgs && npm run build
4141
env:
4242
GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}
4343

0 commit comments

Comments
 (0)