diff --git a/changelog.d/4-docs/docs-pdf-fixup b/changelog.d/4-docs/docs-pdf-fixup new file mode 100644 index 0000000000..a9a9fbbf1c --- /dev/null +++ b/changelog.d/4-docs/docs-pdf-fixup @@ -0,0 +1 @@ +Fixup for #2321 diff --git a/docs/Makefile b/docs/Makefile index e2584c8270..b046242ffe 100644 --- a/docs/Makefile +++ b/docs/Makefile @@ -64,7 +64,7 @@ docker-push: .PHONY: push push: aws s3 sync $(BUILDDIR)/html s3://origin-docs.wire.com/ - [[ -f $(BUILDDIR)/latex/main.pdf ]] && aws cp $(BUILDDIR)/latex/main.pdf s3://origin-docs.wire.com/main.pdf || exit 0 + [[ -f $(BUILDDIR)/latex/main.pdf ]] && aws s3 cp $(BUILDDIR)/latex/main.pdf s3://origin-docs.wire.com/main.pdf || exit 0 .PHONY: dev-run dev-run: clean