File tree 1 file changed +8
-6
lines changed
1 file changed +8
-6
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,8 @@ run-name: studio nuxt build
5
5
on :
6
6
# Runs on pushes targeting the default branch
7
7
push :
8
- branches : ["main"]
8
+ branches :
9
+ - ' main'
9
10
10
11
# Allows you to run this workflow manually from the Actions tab
11
12
workflow_dispatch :
34
35
35
36
steps :
36
37
- name : Checkout
37
- uses : actions/checkout@v3
38
+ uses : actions/checkout@v4
38
39
39
40
- name : Identify package manager
40
41
id : pkgman
@@ -44,12 +45,12 @@ jobs:
44
45
echo "cache=$cache" >> $GITHUB_OUTPUT
45
46
echo "package_manager=$package_manager" >> $GITHUB_OUTPUT
46
47
47
- - uses : pnpm/action-setup@v2.2.4
48
+ - uses : pnpm/action-setup@v2.4.0
48
49
if : ${{ steps.pkgman.outputs.package_manager == 'pnpm' }}
49
50
name : Install pnpm
50
51
id : pnpm-install
51
52
with :
52
- version : 7
53
+ version : 8
53
54
54
55
- uses : actions/setup-node@v3
55
56
with :
@@ -63,12 +64,13 @@ jobs:
63
64
run : ${{ steps.pkgman.outputs.package_manager }} add -D @nuxthq/studio
64
65
65
66
- name : Create .nuxtrc
66
- run : echo 'modules []=@nuxthq/studio' > .nuxtrc
67
+ run : echo '\nautoImport=true\nmodules []=@nuxthq/studio' > > .nuxtrc
67
68
68
69
- name : Generate
69
- run : ${{ steps.pkgman.outputs.package_manager }} nuxi generate
70
+ run : npx nuxi generate
70
71
env :
71
72
NUXT_PUBLIC_STUDIO_API_URL : https://api.nuxt.studio
73
+ NUXT_PUBLIC_STUDIO_TOKENS : 2d973abe61202e5f9d9b2869d4a19f024f3c0472162adce3935b762e39fe82f4
72
74
73
75
- name : Add .nojekyll file
74
76
run : touch .output/public/.nojekyll
You can’t perform that action at this time.
0 commit comments