Skip to content

Commit

Permalink
chore: Rename github action
Browse files Browse the repository at this point in the history
  • Loading branch information
iamstevendao committed May 7, 2024
1 parent 433d7ec commit 3ab2c7d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Deploy
name: Deploy Docs
on:
workflow_dispatch: {}
push:
Expand Down Expand Up @@ -28,6 +28,6 @@ jobs:
- uses: actions/upload-pages-artifact@v1
with:
path: docs/.vitepress/dist
- name: Deploy
- name: Deploy Docs
id: deployment
uses: actions/deploy-pages@v1

0 comments on commit 3ab2c7d

Please sign in to comment.