Skip to content

Commit b931add

Browse files
committed
chore: Updated CI configuration
1 parent 42435e0 commit b931add

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/general.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -51,12 +51,12 @@ jobs:
5151
node-version-file: package.json
5252
- name: Install Dependencies
5353
run: pnpm install:ci
54-
- name: Build Site
54+
- name: Build Application
5555
run: pnpm build
56-
- name: Upload Site
56+
- name: Upload Application
5757
uses: actions/upload-pages-artifact@v3
5858
with:
5959
path: build/client
60-
- name: Deploy Site
60+
- name: Deploy Application
6161
id: deployment
6262
uses: actions/deploy-pages@v4

0 commit comments

Comments
 (0)