Skip to content

Commit a859c68

Browse files
authored
chore(deployment): update workflow file
1 parent 0454547 commit a859c68

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

.github/workflows/studio.yml

+2-5
Original file line numberDiff line numberDiff line change
@@ -67,16 +67,13 @@ jobs:
6767
run: echo $'\nautoImport=true\nmodules[]=@nuxthq/studio' >> .nuxtrc
6868

6969
- name: Generate
70-
run: npx nuxi generate
70+
run: npx nuxi build --preset github_pages
7171
env:
7272
NUXT_PUBLIC_STUDIO_API_URL: https://api.nuxt.studio
7373
NUXT_PUBLIC_STUDIO_TOKENS: 6a7843a41c6847d5400e0b1ff1bb9d8c2ff908fb099d2d5ad5058d6658474b99
7474
NUXT_UI_PRO_LICENSE: ${{ secrets.NUXT_UI_PRO_LICENSE }}
7575

76-
- name: Add .nojekyll file
77-
run: touch .output/public/.nojekyll
78-
79-
# Deployment job
76+
# Deployment job
8077
- name: Deploy 🚀
8178
uses: JamesIves/github-pages-deploy-action@v4
8279
with:

0 commit comments

Comments
 (0)