Skip to content

Avoid clashes when rendering the quarto web and pkgdown #12

@jmaspons

Description

@jmaspons

This repo deploys a quarto web page + the pkgdown docs. The web is rendered daily with the results from queries to OpenStreetMap. Quarto delete all the files from pkgdown. Is there a way to avoid this? I would like to reduce the computations (= less CO2)

Current implementation:

Added output-dir: web to render the web in web folder instead of the root of the repository. It seems that it has no effect and all the files are deleted every time that the web is rendered (once a day).

output-dir: web

Render pkgdown at doc folder works but as quarto delete all the files, it has to be recreated every time that the web is refreshed

I would like to avoid to rerender pkgdown every day when there are no changes in the code. Perhaps it lacks a parameter in the gh action to render and publish the quarto website to specify where to render the page as in pkgdown

Metadata

Metadata

Assignees

No one assigned

    Labels

    help wantedExtra attention is needed

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions