Skip to content

Commit c5753ce

Browse files
committed
correct path
1 parent a694ec8 commit c5753ce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
run: npm run build
3434

3535
- name: Build website
36-
run: NEXT_PUBLIC_SITE_VERSION=16.0.0 cd packages/website && npm run build
36+
run: NEXT_PUBLIC_SITE_VERSION=16.0.0 cd apps/website && npm run build
3737

3838
- name: Install scripts dependencies
3939
run: cd scripts && npm install

0 commit comments

Comments
 (0)