@@ -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
|
||||
|
||||
Reference in New Issue
Block a user