Skip to content

Commit

Permalink
build: workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
nemo-shen committed Jan 1, 2024
1 parent 0872fdb commit 4018317
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: 'ci'
name: 'CI'
on:
push:
branches:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deploy-site.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
cache: 'pnpm'

- name: Build Site
run: npm run build:site
run: pnpm run build

- name: Deploy for GitHub 🚀
uses: JamesIves/[email protected]
Expand Down

0 comments on commit 4018317

Please sign in to comment.