This commit is contained in:
30
.github/workflows/deploy.yml
vendored
30
.github/workflows/deploy.yml
vendored
@@ -14,20 +14,18 @@ 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
|
- name: Checkout
|
||||||
# uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
#
|
|
||||||
# - name: Setup pnpm
|
|
||||||
# uses: pnpm/action-setup@v4
|
|
||||||
|
|
||||||
- name: test
|
- name: Setup pnpm
|
||||||
run: curl -x http://10.255.0.1:7890 ip.sb
|
uses: pnpm/action-setup@v4
|
||||||
#
|
|
||||||
# - name: Install dependencies
|
|
||||||
# run: pnpm install
|
- name: Install dependencies
|
||||||
#
|
run: pnpm install
|
||||||
# - name: Build
|
|
||||||
# run: pnpm run docs:build
|
- name: Build
|
||||||
#
|
run: pnpm run docs:build
|
||||||
# - name: Show build output
|
|
||||||
# run: ls -la docs/.vuepress/dist
|
- name: Show build output
|
||||||
|
run: ls -la docs/.vuepress/dist
|
||||||
Reference in New Issue
Block a user