From f464f47e1746f8a4815c00985ea351bf12f61e8b Mon Sep 17 00:00:00 2001 From: Yu Cong Date: Fri, 22 Aug 2025 10:32:58 +0800 Subject: [PATCH] use localhost? --- .gitea/workflows/compile.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/compile.yml b/.gitea/workflows/compile.yml index d7a6b62..7ec5e50 100644 --- a/.gitea/workflows/compile.yml +++ b/.gitea/workflows/compile.yml @@ -7,7 +7,7 @@ jobs: steps: - name: Check out the repository - uses: gitea.talldoor.uk/sxlxc/checkout@v4 + uses: http://localhost:3000/sxlxc/checkout@v4 - name: Compile LaTeX using local TeX Live # These commands run directly in your machine's shell