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
|
||||
https_proxy: http://10.255.0.1:7890
|
||||
steps:
|
||||
# - name: Checkout
|
||||
# uses: actions/checkout@v4
|
||||
#
|
||||
# - name: Setup pnpm
|
||||
# uses: pnpm/action-setup@v4
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v4
|
||||
|
||||
- name: test
|
||||
run: curl -x http://10.255.0.1:7890 ip.sb
|
||||
#
|
||||
# - name: Install dependencies
|
||||
# run: pnpm install
|
||||
#
|
||||
# - name: Build
|
||||
# run: pnpm run docs:build
|
||||
#
|
||||
# - name: Show build output
|
||||
# run: ls -la docs/.vuepress/dist
|
||||
- name: Setup pnpm
|
||||
uses: pnpm/action-setup@v4
|
||||
|
||||
|
||||
- name: Install dependencies
|
||||
run: pnpm install
|
||||
|
||||
- name: Build
|
||||
run: pnpm run docs:build
|
||||
|
||||
- name: Show build output
|
||||
run: ls -la docs/.vuepress/dist
|
||||
Reference in New Issue
Block a user