-
Notifications
You must be signed in to change notification settings - Fork 4
Description
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).
Line 4 in df51e7e
| 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
monitorOSM/.github/workflows/pkgdown.yaml
Line 48 in df51e7e
| folder: docs |
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