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