Skip to content

Commit 2818560

Browse files
committed
2 parents 8bbf080 + 7511ea2 commit 2818560

File tree

1 file changed

+17
-17
lines changed

1 file changed

+17
-17
lines changed

.github/workflows/deploy.yml

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: Build and Deploy
2-
on:
2+
on:
33
push:
44
branches:
55
- main
@@ -13,22 +13,22 @@ jobs:
1313
matrix:
1414
node-version: [18]
1515
steps:
16-
- name: Checkout 🛎️
17-
uses: actions/checkout@v3
16+
- name: Checkout 🛎️
17+
uses: actions/checkout@v3
1818

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 }}
2323

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 }}
3030

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

0 commit comments

Comments
 (0)