syvwlch / Data-Ignota

A data-driven exploration of Ada Palmer's Terra Ignota series
https://syvwlch.github.io/Data-Ignota/
MIT License
3 stars 0 forks source link

[Bug] The data file does not update #20

Closed syvwlch closed 2 years ago

syvwlch commented 2 years ago

I updated the said.csv file as part of #17 ( by updating the xml in the private repo and knitting the relevant page's .rmd file in R Studio, which regenerates the csv file from the new output xml file.

This new csv file is in the /data folder of this repo, and once the site is built anew, it is also available in the /docs/data folder from which GitHub pages deploys the site.

Yet on the deployed website, the file available for download is the old one... even tho all the other changes to the relevant page are there.

syvwlch commented 2 years ago

A caching issue somewhere between GitHub and my browser?

Will try again tomorrow, or from a different device?

syvwlch commented 2 years ago

Ah yes, on the ipad I get the new file.

It's a caching issue of some description. Hopefully the laptop will get the new file tomorrow after whatever cache invalidates.

syvwlch commented 2 years ago

Yup, the browser gets the right version of the file this morning.

Closing this bug since it's not something I can control from this end. Deploying to GitHub pages does not allow setting the cache timing in any case.