Skip to content

Commit

Permalink
fix: add package manager
Browse files Browse the repository at this point in the history
  • Loading branch information
Marimax01 committed Oct 28, 2024
1 parent b3e9a96 commit 583590b
Show file tree
Hide file tree
Showing 3 changed files with 11,837 additions and 9 deletions.
9 changes: 1 addition & 8 deletions .github/workflows/studio.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,11 @@

name: studio-nuxt-build
run-name: studio nuxt build

on:
# Runs on pushes targeting the default branch
push:
branches:
- 'develop'
- "develop"

# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:
Expand Down Expand Up @@ -45,11 +44,6 @@ jobs:
echo "cache=$cache" >> $GITHUB_OUTPUT
echo "package_manager=$package_manager" >> $GITHUB_OUTPUT
- uses: pnpm/action-setup@v4
if: ${{ steps.pkgman.outputs.package_manager == 'pnpm' }}
name: Install pnpm
id: pnpm-install

- uses: actions/setup-node@v4
with:
version: ${{ matrix.node }}
Expand All @@ -68,7 +62,6 @@ jobs:
run: npx nuxi build --preset github_pages
env:
NUXT_PUBLIC_STUDIO_API_URL: https://api.nuxt.studio


# Deployment job
- name: Deploy 🚀
Expand Down
Loading

0 comments on commit 583590b

Please sign in to comment.