This commit is contained in:
7
.github/workflows/deploy.yml
vendored
7
.github/workflows/deploy.yml
vendored
@@ -14,14 +14,15 @@ jobs:
|
|||||||
http_proxy: http://10.255.0.1:7890
|
http_proxy: http://10.255.0.1:7890
|
||||||
https_proxy: http://10.255.0.1:7890
|
https_proxy: http://10.255.0.1:7890
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
|
||||||
uses: actions/checkout@v4
|
|
||||||
|
|
||||||
- name: Setup git proxy
|
- name: Setup git proxy
|
||||||
run: |
|
run: |
|
||||||
git config --global http.proxy ${{ env.HTTP_PROXY }}
|
git config --global http.proxy ${{ env.HTTP_PROXY }}
|
||||||
git config --global https.proxy ${{ env.HTTPS_PROXY }}
|
git config --global https.proxy ${{ env.HTTPS_PROXY }}
|
||||||
|
|
||||||
|
- name: Checkout
|
||||||
|
uses: actions/checkout@v4
|
||||||
|
|
||||||
|
|
||||||
- name: Setup pnpm
|
- name: Setup pnpm
|
||||||
uses: pnpm/action-setup@v4
|
uses: pnpm/action-setup@v4
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user