Skip to content

quarto publish wrapper  #101

Open
Open
@jjcurtin

Description

@jjcurtin

I have successfully published a quarto presentation to rpubs.com (meet_faculty.qmd) using the following code in RStudio IDE
quarto::quarto_publish_doc("./2023/meet_faculty/meet_faculty.qmd", server = "rpubs.com")

However, when I try to use the same function to publish to quartopub.com, I get a 404 error (see below). I am using this code
quarto::quarto_publish_doc("./2023/meet_faculty/meet_faculty.qmd", server = "quartopub.com")
Does this function work with quartopub.com? I do have an account at quartopub.com and am using same method as for rpubs.com (e.g., I am signed into quartopub.com in my default browser - chrome). The error I get is below. Thanks for any help.

Error: HTTP 404
POST https://quartopub.com/__api__/tokens

<style> body { margin: 0; color: #000; background: #fff; } .next-error-h1 { border-right: 1px solid rgba(0, 0, 0, .3); } @media (prefers-color-scheme: dark) { body { color: #fff; background: #000; } .next-error-h1 { border-right: 1px solid rgba(255, 255, 255, .3); } }</style>

404

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions