Skip to content

Commit

Permalink
fix ci
Browse files Browse the repository at this point in the history
  • Loading branch information
andreykaipov committed Mar 19, 2024
1 parent 24f29b1 commit b89767b
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/resume.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -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
Expand Down

0 comments on commit b89767b

Please sign in to comment.