mirror of
https://github.com/ziex-dev/ziex.git
synced 2026-07-20 02:29:36 -06:00
ci: use direct command for ssr docs
This commit is contained in:
parent
716b32be84
commit
fee70904ea
7
.github/workflows/docs.yml
vendored
7
.github/workflows/docs.yml
vendored
@ -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:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user