Skip to content

Commit

Permalink
chore(deps): upgrade Nuxt Studio CI
Browse files Browse the repository at this point in the history
  • Loading branch information
nuxt-studio[bot] authored Nov 2, 2023
1 parent de1180f commit e28e125
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions .github/workflows/studio.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:

steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Identify package manager
id: pkgman
Expand All @@ -45,12 +45,12 @@ jobs:
echo "cache=$cache" >> $GITHUB_OUTPUT
echo "package_manager=$package_manager" >> $GITHUB_OUTPUT
- uses: pnpm/action-setup@v2.2.4
- uses: pnpm/action-setup@v2.4.0
if: ${{ steps.pkgman.outputs.package_manager == 'pnpm' }}
name: Install pnpm
id: pnpm-install
with:
version: 7
version: 8

- uses: actions/setup-node@v3
with:
Expand All @@ -64,14 +64,15 @@ jobs:
run: ${{ steps.pkgman.outputs.package_manager }} add -D @nuxthq/studio

- name: Create .nuxtrc
run: echo 'modules[]=@nuxthq/studio' > .nuxtrc
run: echo $'\nautoImport=true\nmodules[]=@nuxthq/studio' >> .nuxtrc

- name: Generate
run: ${{ steps.pkgman.outputs.package_manager }} nuxi generate
run: npx nuxi generate
env:
NUXT_PUBLIC_STUDIO_API_URL: https://api.nuxt.studio
NUXT_PUBLIC_STUDIO_TOKENS: a3a7dd9aceaa3ab732016ef52ec5d4792d1b01fdc4107c977dfe71d03195c387


- name: Add .nojekyll file
run: touch .output/public/.nojekyll

Expand Down

0 comments on commit e28e125

Please sign in to comment.