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
4 changes: 2 additions & 2 deletions myst.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ project:
output: exports/manuscript.docx
- format: cff
- format: meca
output: exports/manuscript.meca.zip
output: exports/article.meca.zip

toc:
- file: docs/index.md
Expand Down Expand Up @@ -92,4 +92,4 @@ site:
logo: docs/assets/logo-insight-journal-square-light.png
logo_dark: docs/assets/logo-insight-journal-square-dark.png
logo_text: Insight Journal Template
hide_title_on_index: true
hide_title_on_index: true
6 changes: 3 additions & 3 deletions pixi.toml
Original file line number Diff line number Diff line change
Expand Up @@ -46,9 +46,9 @@ build-meca = { cmd = "myst build --meca", depends-on = ["build-html", "build-pdf
# Verify MECA bundle reproducibility
verify-meca = { cmd = '''
myst build --meca &&
rm -rf exports/manuscript.meca &&
unzip exports/manuscript.meca.zip -d exports/manuscript.meca &&
cd exports/manuscript.meca/bundle &&
rm -rf exports/article.meca &&
unzip exports/article.meca.zip -d exports/article.meca &&
cd exports/article.meca/bundle &&
pixi run build &&
pixi run test
''', depends-on = ["build-meca"], description = "Build MECA export and verify bundle reproducibility" }
Expand Down
Loading