chore: 初始化工作流
Some checks failed
Deploy Blog / build (push) Failing after 8s

This commit is contained in:
yinxiaolong
2026-07-23 15:37:09 +08:00
parent 2a7a219349
commit 0e46d43a5d

View File

@@ -8,6 +8,11 @@ on:
jobs: jobs:
build: build:
runs-on: ubuntu-latest runs-on: ubuntu-latest
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: steps:
- name: Checkout - name: Checkout
uses: actions/checkout@v4 uses: actions/checkout@v4