From f622e2be55a94c2055003f11615a6a33001f553d Mon Sep 17 00:00:00 2001 From: Janis Hutz Date: Fri, 2 Jan 2026 07:21:57 +0100 Subject: [PATCH] [CI] Update --- .gitea/workflows/build-docs.yml | 3 +-- .gitea/workflows/build-helpers.yml | 3 +-- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/.gitea/workflows/build-docs.yml b/.gitea/workflows/build-docs.yml index 5abe0ca..7c91fb1 100644 --- a/.gitea/workflows/build-docs.yml +++ b/.gitea/workflows/build-docs.yml @@ -9,8 +9,6 @@ jobs: steps: - name: Set up Git repository uses: actions/checkout@v6 - with: - ref: ${{ gitea.head_ref }} - name: Sign into gitea registry uses: https://github.com/docker/login-action@v3 with: @@ -30,3 +28,4 @@ jobs: commit_user_name: LaTeX compiler [bot] commit_user_email: actions@janishutz.com commit_author: LaTeX compiler [bot] + push_options: "--force" diff --git a/.gitea/workflows/build-helpers.yml b/.gitea/workflows/build-helpers.yml index e14a48f..fe165f2 100644 --- a/.gitea/workflows/build-helpers.yml +++ b/.gitea/workflows/build-helpers.yml @@ -10,8 +10,6 @@ jobs: steps: - name: Set up Git repository uses: actions/checkout@v6 - with: - ref: ${{ gitea.head_ref }} - name: Run build run: ./build.sh - name: Upload compiled helpers @@ -21,3 +19,4 @@ jobs: commit_user_name: Helpers compiler [bot] commit_user_email: actions@janishutz.com commit_author: Helpers compiler [bot] + push_options: "--force"