Skip to content

Commit cc90638

Browse files
authored
Merge pull request #26 from Un2mercey/pnpm
Github pages up
2 parents a0d3c85 + 83faaa4 commit cc90638

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.github/workflows/main.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
steps:
3131
- name: Checkout
3232
uses: actions/checkout@v4
33-
- name: Setup PNPM
33+
- name: Set up PNPM
3434
uses: pnpm/action-setup@v3
3535
with:
3636
version: 9.7.1
@@ -41,13 +41,13 @@ jobs:
4141
cache: pnpm
4242
- name: Install dependencies
4343
run: pnpm i --frozen-lockfile
44-
- name: Build
44+
- name: Build for production
4545
run: pnpm build
4646
env:
4747
VITE_BASE_URL: ${{ vars.VITE_BASE_URL }}
48-
- name: Copy index.html to 404.html
48+
- name: Copy index.html
4949
run: cp ./dist/index.html ./dist/404.html
50-
- name: Setup Pages
50+
- name: Configure Pages
5151
uses: actions/configure-pages@v4
5252
- name: Upload artifact
5353
uses: actions/upload-pages-artifact@v3

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
## Setup
55
### 1. Create `.env` like `.env.example`
6-
### 2. Dependencies installation
6+
### 2. Install dependencies
77
```shell
88
pnpm i --frozen-lockfile
99
```

0 commit comments

Comments
 (0)