From aa21d7aba872db5792c9e07f000934a08573759e Mon Sep 17 00:00:00 2001 From: eric Liu Date: Wed, 12 Jun 2024 04:12:01 +0000 Subject: [PATCH] Update .gitea/workflows/publish.yaml --- .gitea/workflows/publish.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.gitea/workflows/publish.yaml b/.gitea/workflows/publish.yaml index dcce294..bc5580d 100644 --- a/.gitea/workflows/publish.yaml +++ b/.gitea/workflows/publish.yaml @@ -8,8 +8,7 @@ on: jobs: build-and-deploy: runs-on: ubuntu-latest - env: - GITHUB_SERVER_URL: "https://git.ericxliu.me" + steps: - name: Checkout code uses: actions/checkout@v4