-
I have written a book of around 100 pages or so in html. I want to publish it to Quarto Pub. When I look on the Quarto site it mentions that I should manually create a In this, the service, ID, and URL should be specified. The example shows the following:
I am completely unsure where on earth I find these for myself. I assume it is straightforward. Can anyone tell me? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
@e05bf027 Do you mind pointing us to where in the docs you read "manually create a To answer your question: the way you create a |
Beta Was this translation helpful? Give feedback.
@e05bf027 Do you mind pointing us to where in the docs you read "manually create a
_publish.yml
file"? Our intention, I believe, is to the effect of "you should create one in your local machine before using GitHub actions", and not "write one with your text editor". If this was the source of your confusion, we should definitely fix it!To answer your question: the way you create a
_publish.yml
file is by runningquarto publish
on your command line.