We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 38c6270 commit a4c351bCopy full SHA for a4c351b
quarto/main.go
@@ -63,7 +63,7 @@ func (m *Quarto) Render(
63
) *dagger.Container {
64
65
return m.Container().
66
- WithMountedDirectory("/tmp", source).
+ WithDirectory("/tmp", source).
67
WithWorkdir("/tmp").
68
WithExec([]string{"quarto", "render"})
69
}
0 commit comments