Skip to content

Commit 3ab2c7d

Browse files
committed
chore: Rename github action
1 parent 433d7ec commit 3ab2c7d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/deploy.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Deploy
1+
name: Deploy Docs
22
on:
33
workflow_dispatch: {}
44
push:
@@ -28,6 +28,6 @@ jobs:
2828
- uses: actions/upload-pages-artifact@v1
2929
with:
3030
path: docs/.vitepress/dist
31-
- name: Deploy
31+
- name: Deploy Docs
3232
id: deployment
3333
uses: actions/deploy-pages@v1

0 commit comments

Comments
 (0)