splitting build and up
Some checks failed
Publish Website / publish (push) Failing after 4s

This commit is contained in:
Akshay
2025-07-23 01:32:57 -04:00
parent 5c32cd3268
commit 65145f07d1

View File

@@ -69,5 +69,5 @@ jobs:
shell: bash shell: bash
working-directory: website working-directory: website
run: | run: |
docker compose up --build -d --remove-orphans docker compose build --no-cache
docker compose up -d