Skip to content

Commit

Permalink
Merge pull request #23 from chen3861229/develop
Browse files Browse the repository at this point in the history
chore: 修复构建压缩
  • Loading branch information
chen3861229 authored Nov 9, 2024
2 parents cf87217 + 32f1968 commit fae7b7c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/DEPLOY.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
rm -rf public
mkdir -p public
cp ede.js public/ede.user.js
cp public/ede.min.js public/ede.min.js
cp ede.min.js public/ede.min.js
- name: Deploy github pages
uses: peaceiris/actions-gh-pages@v3
with:
Expand Down

0 comments on commit fae7b7c

Please sign in to comment.