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