Skip to content

Commit

Permalink
test: updated CI
Browse files Browse the repository at this point in the history
Signed-off-by: K.B.Dharun Krishna <[email protected]>
  • Loading branch information
kbdharun committed Feb 1, 2024
1 parent be4a516 commit 28ede24
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,10 +43,12 @@ jobs:
run: bash scripts/build.sh

- name: Build PDF
if: github.repository == 'kbdkorg/tldr' && github.event == 'merge_group'
working-directory: ./scripts/pdf
run: bash build-pdf.sh

- name: Deploy
if: github.repository == 'kbdkorg/tldr' && github.event == 'merge_group'
run: bash scripts/deploy.sh
env:
DEPLOY_KEY: ${{ secrets.DEPLOY_KEY }}
Expand Down

0 comments on commit 28ede24

Please sign in to comment.