File tree Expand file tree Collapse file tree 1 file changed +17
-17
lines changed Expand file tree Collapse file tree 1 file changed +17
-17
lines changed Original file line number Diff line number Diff line change 1
1
name : Build and Deploy
2
- on :
2
+ on :
3
3
push :
4
4
branches :
5
5
- main
@@ -13,22 +13,22 @@ jobs:
13
13
matrix :
14
14
node-version : [18]
15
15
steps :
16
- - name : Checkout 🛎️
17
- uses : actions/checkout@v3
16
+ - name : Checkout 🛎️
17
+ uses : actions/checkout@v3
18
18
19
- - name : Use Node.js ${{ matrix.node-version }}
20
- uses : actions/setup-node@v3
21
- with :
22
- node-version : ${{ matrix.node-version }}
19
+ - name : Use Node.js ${{ matrix.node-version }}
20
+ uses : actions/setup-node@v3
21
+ with :
22
+ node-version : ${{ matrix.node-version }}
23
23
24
- - name : Install & Generate 🔧
25
- run : |
26
- npm ci
27
- npm run generate
28
- env :
29
- NUXT_APP_BASE_URL : ${{ vars.NUXT_APP_BASE_URL }}
24
+ - name : Install & Generate 🔧
25
+ run : |
26
+ npm ci
27
+ npm run generate
28
+ env :
29
+ NUXT_APP_BASE_URL : ${{ vars.NUXT_APP_BASE_URL }}
30
30
31
- - name : Deploy 🚀
32
- uses : JamesIves/github-pages-deploy-action@v4
33
- with :
34
- folder : dist
31
+ - name : Deploy 🚀
32
+ uses : JamesIves/github-pages-deploy-action@v4
33
+ with :
34
+ folder : dist
You can’t perform that action at this time.
0 commit comments