ci: test
All checks were successful
Build and deploy to dev server / Deploy (push) Successful in 1m9s

This commit is contained in:
TomyJan 2024-09-04 15:04:50 +08:00
parent fa8685fee3
commit 2a0fab5df6

View File

@ -27,6 +27,8 @@ jobs:
run: pnpm install
- name: Build
run: pnpm build
- name: Change apt source
run: sudo sed -i 's@//.*archive.ubuntu.com@//mirrors.ustc.edu.cn@g' /etc/apt/sources.list
- name: Deploy to Server
uses: https://git.daoyoucloud.com/TomyJan/easingthemes-ssh-deploy@v5.1.1
env: