docs(ci): test job runner network
Some checks failed
Deploy Sphinx Docs / build-and-deploy (push) Failing after 29s

This commit is contained in:
2026-02-11 11:00:54 +08:00
parent 002df5d6ac
commit 14ff731fa3

View File

@@ -14,6 +14,10 @@ jobs:
build-and-deploy:
runs-on: ubuntu-latest
steps:
- name: Test network
run: |
nc -zv host.containers.internal 7890
- name: Setup Node
uses: actions/setup-node@v4
with: