checking to see if website is taken down
Some checks failed
Publish Website / publish (push) Failing after 15s

This commit is contained in:
Akshay
2025-07-23 14:50:46 -04:00
parent 966ebe9aa2
commit eb403face7

View File

@@ -66,7 +66,7 @@ jobs:
#shell: bash #shell: bash
run: | run: |
cd ./website cd ./website
docker compose down --remove-orphans || true docker compose down --remove-orphans
- name: Rebuild & deploy - name: Rebuild & deploy
#shell: bash #shell: bash