From ed742f54da7996a21617678107306178c4c98f65 Mon Sep 17 00:00:00 2001 From: Lunny Xiao Date: Wed, 19 Feb 2025 15:40:23 -0800 Subject: [PATCH] Fix ci --- .gitea/workflows/build-and-publish.yaml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.gitea/workflows/build-and-publish.yaml b/.gitea/workflows/build-and-publish.yaml index c8af2197..6e4267fc 100644 --- a/.gitea/workflows/build-and-publish.yaml +++ b/.gitea/workflows/build-and-publish.yaml @@ -36,10 +36,6 @@ jobs: - name: build site run: | make build - - name: install aws cli - uses: unfor19/install-aws-cli-action@v1 - with: - version: 1 - name: aws credential configure uses: aws-actions/configure-aws-credentials@v4 with: