Fix workflow to update site
cderv opened this issue · 6 comments
Something is not working.
See first attempt: https://github.com/rstudio/bookdown.org/actions/runs/1314901385/attempts/1
And second one : https://github.com/rstudio/bookdown.org/actions/runs/1314901385/attempts/2
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
So it works with no external website than those on bookdown.org...
That is one step !
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.
Reducing log message is not helpful
https://github.com/rstudio/bookdown.org/runs/3838493239?check_suite_focus=true
Issue is in valid_date()
- oddly the xfun::try_silent()
does not correctly work.
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.