Skip to content

Commit

Permalink
fix: throw error in GitHub action when deployment fails
Browse files Browse the repository at this point in the history
  • Loading branch information
vedhav committed Sep 25, 2023
1 parent 980eaa2 commit baf2854
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,6 @@ jobs:
- name: Deploy 🖨 ${{ matrix.directory }} 🎨
shell: Rscript {0}
continue-on-error: true
working-directory: ${{ matrix.directory }}
run: |
rsconnect::setAccountInfo(
Expand Down

0 comments on commit baf2854

Please sign in to comment.