Skip to content

Commit

Permalink
[skip ci] Update build-and-deploy-docs-workflow.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
gwynne authored Nov 6, 2023
1 parent bafab91 commit 04c6dc6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-and-deploy-docs-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,4 +78,4 @@ jobs:
env:
DISTRIBUTION_ID: ${{ secrets.VAPOR_API_DOCS_DISTRIBUTION_ID }}
run: |
aws cloudfront create-invalidation --distribution-id "${DISTRIBUTION_ID}" --paths "${INPUT_INVALIDATE_PATHS}"
aws cloudfront create-invalidation --distribution-id "${DISTRIBUTION_ID}" --paths ${INPUT_INVALIDATE_PATHS}

0 comments on commit 04c6dc6

Please sign in to comment.