Skip to content

Commit

Permalink
Merge pull request #48 from xixiIBN5100/main
Browse files Browse the repository at this point in the history
delete deploy in workflows
  • Loading branch information
xixiIBN5100 authored Dec 2, 2024
2 parents 599b1c7 + 6e1fa17 commit 6bea816
Showing 1 changed file with 1 addition and 11 deletions.
12 changes: 1 addition & 11 deletions .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Deploy
name: Build
on:
workflow_dispatch: {}
push:
Expand Down Expand Up @@ -38,13 +38,3 @@ jobs:

- name: Build
run: pnpm build

- uses: actions/configure-pages@v2

- uses: actions/upload-pages-artifact@v1
with:
path: dist

- name: Deploy
id: deployment
uses: actions/deploy-pages@v1

0 comments on commit 6bea816

Please sign in to comment.