From 1e43176d442c5c5dc90216939b198419854622f8 Mon Sep 17 00:00:00 2001 From: Jarrod Doyle Date: Sat, 16 Mar 2024 10:55:58 +0000 Subject: [PATCH] Remove un-needed parameter in workflow --- .gitea/workflows/build_and_deploy.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/.gitea/workflows/build_and_deploy.yaml b/.gitea/workflows/build_and_deploy.yaml index a1e4bb2..d5b1c07 100644 --- a/.gitea/workflows/build_and_deploy.yaml +++ b/.gitea/workflows/build_and_deploy.yaml @@ -16,7 +16,6 @@ jobs: uses: actions/checkout@v3 with: submodules: 'recursive' - github-server-url: 'https://jayrude.dev/gitea' - name: Install apt packages run: apt update && apt install -y jq rsync - name: Get latest Hugo version