Skip to content

Commit eb486c4

Browse files
committed
ci: Fix missing newline
1 parent a0a315a commit eb486c4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docs.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,4 +57,4 @@ jobs:
5757
- name: Build documentation
5858
run: mkdocs build
5959
- name: Sync documentation to S3
60-
run: aws s3 sync ./site "s3://${{ vars.DOCS_BUCKET || 'docs.dev.services.cfa.codes' }}/${{ vars.DOCS_PREFIX || 'cfa-security-controls' }}"
60+
run: aws s3 sync ./site "s3://${{ vars.DOCS_BUCKET || 'docs.dev.services.cfa.codes' }}/${{ vars.DOCS_PREFIX || 'cfa-security-controls' }}"

0 commit comments

Comments
 (0)