Skip to content

Commit

Permalink
ci: github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
fangtao01 committed Jul 13, 2024
1 parent a079244 commit dcff5e3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 9 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@ jobs:
- name: Install
if: steps.cache-node-modules.outputs.cache-hit != 'true'
run: npm install

- name: Build
run: npm run build
run: npm run build

- name: Deploy
uses: JamesIves/github-pages-deploy-action@v4
Expand Down
7 changes: 0 additions & 7 deletions src/utils/index.js
Original file line number Diff line number Diff line change
@@ -1,10 +1,3 @@
/*
* @Author: shuoshubao
* @Date: 2024-04-07 10:14:39
* @LastEditors: shuoshubao
* @LastEditTime: 2024-06-17 20:04:56
* @Description:
*/
import { isDevelopment } from '@/configs'
import { memoize } from '@nbfe/tools'
import confetti from 'canvas-confetti'
Expand Down

0 comments on commit dcff5e3

Please sign in to comment.