Skip to content

Commit 3928150

Browse files
committed
npm
1 parent 5cfd2ca commit 3928150

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/studio.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
echo "package_manager=$package_manager" >> $GITHUB_OUTPUT
4747
4848
- uses: pnpm/action-setup@v4
49-
if: ${{ steps.pkgman.outputs.package_manager == 'pnpm' }}
49+
if: ${{ steps.pkgman.outputs.package_manager == 'npm' }}
5050
name: Install pnpm
5151
id: pnpm-install
5252

@@ -68,7 +68,7 @@ jobs:
6868
run: npx nuxi build --preset github_pages
6969
env:
7070
NUXT_PUBLIC_STUDIO_API_URL: https://api.nuxt.studio
71-
71+
7272

7373
# Deployment job
7474
- name: Deploy 🚀

0 commit comments

Comments
 (0)