From 6baf2d2cad4f8b452eb67278d906a9e957d47492 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?kleines=20Filmr=C3=B6llchen?= Date: Wed, 5 Feb 2025 00:46:27 +0100 Subject: [PATCH] update repo --- .forgejo/workflows/deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.forgejo/workflows/deploy.yml b/.forgejo/workflows/deploy.yml index 6152af5..79bb47b 100644 --- a/.forgejo/workflows/deploy.yml +++ b/.forgejo/workflows/deploy.yml @@ -18,7 +18,7 @@ jobs: - name: Install dependencies run: apk add --no-cache nodejs git openssh - name: Checkout LaTeX repository - run: git clone https://git.p-schwarz.de/ctbk/ctbk-satzung.git satzung + run: git clone https://git.ctbk.de/ctbk/ctbk-satzung.git satzung # uses: actions/checkout@v4 - name: Clone main repo for scripts run: git clone https://github.com/${{ github.repository }} website