From fee70904ea34abd090779bc1403001f2e1336abe Mon Sep 17 00:00:00 2001 From: "Nurul Huda (Apon)" Date: Fri, 10 Apr 2026 18:24:12 +0600 Subject: [PATCH] ci: use direct command for ssr docs --- .github/workflows/docs.yml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index cd36f8d3..10ad8fe0 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -95,8 +95,11 @@ jobs: - name: Checkout uses: actions/checkout@v4 - - name: Deploy ssr.ziex.dev - run: bash tools/docdeploy + - name: Build and start containers + run: cd site && docker compose up -d --build + + - name: Connect to npm network + run: docker network connect npm ziex.dev || true deploy_edge: environment: