rstudio/bookdown.org

Fix workflow to update site

cderv opened this issue · 6 comments

cderv commented

Not that it works fine locally for me.

Issue is that the workflow seems to hang after some time. No more new url process. It stops progressing but not message

cderv commented

So it works with no external website than those on bookdown.org...
That is one step !

cderv commented

It seems to fail each time on the third external book no matter the order I set

https://github.com/rstudio/bookdown.org/runs/3838366586?check_suite_focus=true#step:6:2397

-> processing r-pkgs.org
-> processing engineering-shiny.org
Error: The operation was canceled.

https://github.com/rstudio/bookdown.org/runs/3837493786?check_suite_focus=true#step:6:2380

-> processing r4ds.had.co.nz
-> processing adv-r.hadley.nz
Error: The operation was canceled.
cderv commented

Issue is in valid_date() - oddly the xfun::try_silent() does not correctly work.

cderv commented

I think it is in anytime::anydate() that there is something

From https://github.com/rstudio/bookdown.org/runs/3839249496?check_suite_focus=true#step:6:2559
it seems it is failing (hanging) to parse valid_date("2021-03-18") which seems odd.

So maybe there is something deep in the C code.