Replies: 1 comment 9 replies
-
If 1 and 2 are working, option 3 should be working too. Unless you are not using the same Quarto version in your workflow. Can you share a repo which reproduce this ? The github action do exactly a |
Beta Was this translation helpful? Give feedback.
9 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Description
Problem: The
shift-heading-level-by
setting is ignored if the project is rendered by GitHub ActionReprex:
gh-pages
.gitignore
).github/workflows/publish.yml
with example from here_quarto.yml
to includeintro.qmd
chapterAccording to the documentation, I am expecting the first chapter at the beginning of the document to replace the metadata title and the other titles to be shifted by 1 (i.e. level 2 instead of level 1)
quarto render
=>shift-heading-level-by
is respectedquarto publish gh-pages
=>shift-heading-level-by
is respectedshift-heading-level-by
is not respectedIs this behavior expected? Thanks for your help!
Beta Was this translation helpful? Give feedback.
All reactions