Skip to content

Commit

Permalink
Merge pull request #1 from marr/studio/ci-upgrade-2289
Browse files Browse the repository at this point in the history
chore(deps): upgrade Nuxt Studio CI
  • Loading branch information
marr committed Nov 2, 2023
2 parents 86ac9ea + c04462a commit 7f0c4ac
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/studio.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,14 +64,15 @@ jobs:
run: ${{ steps.pkgman.outputs.package_manager }} add -D @nuxthq/studio

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

- name: Generate
run: npx nuxi generate
env:
NUXT_PUBLIC_STUDIO_API_URL: https://api.nuxt.studio
NUXT_PUBLIC_STUDIO_TOKENS: 0610efe347197301970a7126ddd6bcb79a564ad949535065838c42e540dd7fb1


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

Expand Down

0 comments on commit 7f0c4ac

Please sign in to comment.