Skip to content

Commit 11e2d6e

Browse files
committed
hotfix: solve deployment
1 parent 34f511c commit 11e2d6e

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

convert_tex/convert_to_quarto_book.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -723,6 +723,7 @@ def create_quarto_config(output_dir):
723723
config = {
724724
"project": {
725725
"type": "book",
726+
"output-dir": "../docs",
726727
"title": "General Purpose Models for the Chemical Sciences",
727728
},
728729
"book": {

quarto_book/_quarto.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
project:
22
type: book
3+
output-dir: ../docs
34
title: General Purpose Models for the Chemical Sciences
45
book:
56
title: General Purpose Models for the Chemical Sciences

0 commit comments

Comments
 (0)