From b89767b519a514981441a1827cbadc33a6de13c9 Mon Sep 17 00:00:00 2001 From: Andrey Kaipov Date: Mon, 18 Mar 2024 22:41:26 -0400 Subject: [PATCH] fix ci --- .github/workflows/resume.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/resume.yml b/.github/workflows/resume.yml index cd50d51..82cc912 100644 --- a/.github/workflows/resume.yml +++ b/.github/workflows/resume.yml @@ -18,8 +18,6 @@ env: jobs: build: runs-on: ubuntu-latest - environment: - name: production outputs: leave-comment: ${{ steps.push.outputs.committed && steps.push.outputs.pushed }} steps: @@ -42,7 +40,7 @@ jobs: - name: Build our resume id: build run: | - ./scripts/resume.build.sh + ./scripts/build.sh echo "::set-output name=msg::${{ env.commit_message_resume }}" - name: Upload PDF uses: actions/upload-artifact@v2