File tree 2 files changed +5
-5
lines changed
2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 30
30
steps :
31
31
- name : Checkout
32
32
uses : actions/checkout@v4
33
- - name : Setup PNPM
33
+ - name : Set up PNPM
34
34
uses : pnpm/action-setup@v3
35
35
with :
36
36
version : 9.7.1
@@ -41,13 +41,13 @@ jobs:
41
41
cache : pnpm
42
42
- name : Install dependencies
43
43
run : pnpm i --frozen-lockfile
44
- - name : Build
44
+ - name : Build for production
45
45
run : pnpm build
46
46
env :
47
47
VITE_BASE_URL : ${{ vars.VITE_BASE_URL }}
48
- - name : Copy index.html to 404.html
48
+ - name : Copy index.html
49
49
run : cp ./dist/index.html ./dist/404.html
50
- - name : Setup Pages
50
+ - name : Configure Pages
51
51
uses : actions/configure-pages@v4
52
52
- name : Upload artifact
53
53
uses : actions/upload-pages-artifact@v3
Original file line number Diff line number Diff line change 3
3
4
4
## Setup
5
5
### 1. Create ` .env ` like ` .env.example `
6
- ### 2. Dependencies installation
6
+ ### 2. Install dependencies
7
7
``` shell
8
8
pnpm i --frozen-lockfile
9
9
```
You can’t perform that action at this time.
0 commit comments