From 59227e2e1f5aead7e3e8dce73d81c32768724cd1 Mon Sep 17 00:00:00 2001 From: CJSatnarine Date: Sat, 13 Sep 2025 21:01:18 -0400 Subject: [PATCH] update --- .gitea/workflows/deploy.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitea/workflows/deploy.yml b/.gitea/workflows/deploy.yml index b974b88..d75f22a 100644 --- a/.gitea/workflows/deploy.yml +++ b/.gitea/workflows/deploy.yml @@ -18,7 +18,8 @@ jobs: steps: - name: Checkout repository - uses: actions/checkout@v4 + uses: actions/checkout@v5 + with: github-server-url: '' - name: Install Zola run: |