Skip to content

Commit 476419a

Browse files
committed
Export works from current working directory.
1 parent 839a7a1 commit 476419a

2 files changed

Lines changed: 6 additions & 2 deletions

File tree

bake/presently/export.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,8 +50,8 @@ def pdf(output: "presentation.pdf", slides_root: "slides", notes: true, speaker:
5050
begin
5151
environment = Async::Service::Environment.build(
5252
Presently::Environment::Application,
53-
root: context.root,
54-
slides_root: File.expand_path(slides_root, context.root),
53+
root: Dir.pwd,
54+
slides_root: slides_root,
5555
endpoint: Async::HTTP::Endpoint.parse("http://localhost", bound_endpoint)
5656
)
5757

releases.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Releases
22

3+
## Unreleased
4+
5+
- Export works from current working directory.
6+
37
## v0.14.0
48

59
- Increase code font size by 50%.

0 commit comments

Comments
 (0)