ipeaGIT / gtfs2gps

Convert GTFS data into a data.table with GPS-like records in R
https://ipeagit.github.io/gtfs2gps/
Other
71 stars 10 forks source link

Build pkgdown website with github actions #188

Closed rafapereirabr closed 2 years ago

rafapereirabr commented 3 years ago

I've tried to add a github action to build our pkgdown website.... but it's not working :(

Help!

pedro-andrade-inpe commented 3 years ago

@rafapereirabr, I'm not familiar with pkgdown but as far as I know, the webpage is stored in docs directory within GitHub. This would require a robot to open a pull request with the updated version of the webpage. Is there any alternative for this?

rafapereirabr commented 3 years ago

Perhaps @dhersz could give us a hand?

rafapereirabr commented 2 years ago

Apparently it's still not working

dhersz commented 2 years ago

https://ipeagit.github.io/gtfs2gps/ looks fine to me.

rafapereirabr commented 2 years ago

it seems Ok, but it is not updating the changelog according to the NEWS.md file.

dhersz commented 2 years ago

Probably related to https://github.com/r-lib/pkgdown/issues/1947

rafapereirabr commented 2 years ago

Fixed