dgrtwo / tidy-text-mining

Manuscript of the book "Tidy Text Mining with R" by Julia Silge and David Robinson
http://tidytextmining.com
Other
1.32k stars 805 forks source link

small typo, fixed in repo, but not in published web version #42

Closed adamkski closed 6 years ago

adamkski commented 6 years ago

In section 2.2 the web page reads "this index (using integer division) counts up sections of 100 lines of text", but in the github repo this has already been corrected to "this index (using integer division) counts up sections of 80 lines of text.". Might be a sign they are out of sync.

juliasilge commented 6 years ago

Yep, we're having some issues with deploying via GitHub pages right now and are in the process of switching over to Netlify. Just need some time to get it all done!

juliasilge commented 6 years ago

@dgrtwo I have some of the scaffolding done here to switch us over to Netlify instead of GitHub pages, based on what I've done with my blog and how Hadley switched Advanced R over. Here are some things I know you need to do (that I can't do, since it is all your accounts):

There might still be other things that need fixing, but this is at least the starting place.

dgrtwo commented 6 years ago

OK, working on this now! Only question is what the variable name for the Netlify PAT should be in Travis; I can't find that in any of the guides.

dgrtwo commented 6 years ago

Never mind, found that in your new commit! Stand by.

dgrtwo commented 6 years ago

Hmm; it's published to Netlify here, but it did so incorrectly. It didn't build then point to the _book subfolder, it just uploaded the content directly (e.g. try adding index.Rmd to the end and it downloads that file).

I don't have experience with Netlify so I'm not currently sure what to try next. I've added you as an administrator and I'll continue trying tomorrow!

juliasilge commented 6 years ago

We are now all published to Netlify, updating with pushes from GitHub, and have https turned on even! 🎉

adamkski commented 6 years ago

Sweet!