Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions changelog.d/4-docs/docs-pdf-fixup
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Fixup for #2321
2 changes: 1 addition & 1 deletion docs/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down