11
Some checks failed
Publish Website / publish (push) Failing after 33s

This commit is contained in:
Akshay
2025-07-19 22:04:20 -04:00
parent a6d6b73668
commit bac5c39570

View File

@@ -11,18 +11,7 @@ jobs:
runs-on: ubuntu-latest
steps:
# ------------------------------------------------------------
# 0. Detect the hostside IP that Docker containers use
# ------------------------------------------------------------
- name: Detect Gitea host IP (inside runner)
id: detect_host
shell: bash
run: |
HOST_IP=$(ip route | awk '/default/ {print $3}')
echo "GITEA_HOST=$HOST_IP" >> "$GITHUB_ENV"
echo "Detected host IP: $HOST_IP"
# ------------------------------------------------------------
# 1. Checkout the website repository (your app code)
# ------------------------------------------------------------
- name: Checkout website repo