Add dependencys
Deploy Hugo Site / deploy (push) Failing after 5s

This commit is contained in:
2026-05-19 10:01:29 +02:00
parent dd6a09cd84
commit 589d85b108
+6
View File
@@ -11,6 +11,12 @@ jobs:
container:
image: klakegg/hugo:ext-alpine # Wir bleiben bei Alpine
env:
# Proxy-Einstellungen (WICHTIG!)
http_proxy: http://172.16.10.93:3128
https_proxy: http://172.16.10.93:3128
no_proxy: localhost,127.0.0.1,webserver.hahmann-trier.local
steps:
- name: Checkout
uses: actions/checkout@v4