This commit is contained in:
3
.github/workflows/deploy.yml
vendored
3
.github/workflows/deploy.yml
vendored
@@ -11,8 +11,6 @@ jobs:
|
||||
env:
|
||||
HTTP_PROXY: http://10.255.0.1:7890
|
||||
HTTPS_PROXY: http://10.255.0.1:7890
|
||||
http_proxy: http://10.255.0.1:7890
|
||||
https_proxy: http://10.255.0.1:7890
|
||||
steps:
|
||||
- name: Setup git proxy
|
||||
run: |
|
||||
@@ -22,7 +20,6 @@ jobs:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v4
|
||||
|
||||
|
||||
- name: Setup pnpm
|
||||
uses: pnpm/action-setup@v4
|
||||
|
||||
|
||||
Reference in New Issue
Block a user