Skip to content

Commit

Permalink
Fix nasa#465, Reject CI doc deployment request if using cache
Browse files Browse the repository at this point in the history
  • Loading branch information
skliper committed Apr 21, 2022
1 parent 8391462 commit 877f4e6
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/build-deploy-doc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -143,6 +143,12 @@ jobs:
name: ${{ matrix.target }}_pdf
path: ./deploy/${{ matrix.target }}.pdf

- name: Confirm deployment settings
if: ${{ inputs.deploy == true && inputs.cache-key != '' }}
run: |
echo "Deployment when using cache not supported due to password fail issue"
exit -1
- name: Deploy to GitHub
if: ${{ inputs.deploy == true }}
uses: JamesIves/[email protected]
Expand Down

0 comments on commit 877f4e6

Please sign in to comment.