quarto-dev / quarto-cli

Open-source scientific and technical publishing system built on Pandoc.
https://quarto.org
Other
3.61k stars 294 forks source link

The result of "quarto publish quarto-pub" shows a wrong URL. #1662

Closed yutannihilation closed 1 year ago

yutannihilation commented 1 year ago

Bug description

It seems "Published document" shows a wrong URL (quartopub.org doesn't exist).

$ /c//Users/Yutani/AppData/Local/Programs/Quarto/bin/quarto.cmd publish quarto-pub ./quarto_test.qmd

...snip...

[>] Preparing to publish document
[>] Uploading files (complete)
[>] Deploying published document
[>] Published document: https://quartopub.org/sites/yutani/quarto_test
[>] Account site updated: https://yutani.quarto.pub

quarto check Output

$ /c//Users/Yutani/AppData/Local/Programs/Quarto/bin/quarto.cmd check

[>] Checking Quarto installation......OK
      Version: 1.0.37
      Path: C:\Users\Yutani\AppData\Local\Programs\Quarto\bin\
      CodePage: 932

[>] Checking basic markdown render....OK

[>] Checking Python 3 installation....(None)

      Unable to locate an installed version of Python 3.
      Install Python 3 from https://www.python.org/downloads/

[>] Checking R installation...........OK
      Version: 4.2.1
      Path: C:/PROGRA~1/R/R-42~1.1
      LibPaths:
        - C:/Users/Yutani/AppData/Local/R/win-library/4.2
        - C:/Program Files/R/R-4.2.1/library
      rmarkdown: 2.14

[>] Checking Knitr engine render......OK

quarto tools check Output

$ /c//Users/Yutani/AppData/Local/Programs/Quarto/bin/quarto.cmd tools check
[>] Inspecting tools

Tool         Status            Installed     Latest
chromium     Not installed     ---           869685
tinytex      Not installed     ---           v2022.08

Checklist

dragonstyle commented 1 year ago

This has been corrected, though any previously published documents may continue to report the incorrect url (the url is cached with the _publish.yml file). You could correct it in the _publish.yml file if it is a nuisance to you.

yutannihilation commented 1 year ago

I see, thanks!