Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add GitHub Pages for pkgdown #36

Open
geanders opened this issue Aug 8, 2023 · 3 comments
Open

Add GitHub Pages for pkgdown #36

geanders opened this issue Aug 8, 2023 · 3 comments

Comments

@geanders
Copy link
Owner

geanders commented Aug 8, 2023

I don't think we're serving the pkgdown pages anywhere yet. I think we'll need to set up GitHub Pages to enable that.

@geanders
Copy link
Owner Author

geanders commented Aug 8, 2023

We can build the site locally using:

pkgdown::build_site()

This renders the documentation to a "docs" folder in the package. I committed these and pushed them to GitHub.

From the "Pages" section of the "Settings" in the repo, I think it's being built from what we pushed in the docs folder.

@geanders
Copy link
Owner Author

geanders commented Aug 8, 2023

I think we won't see these until we merge the devel branch back into the master branch

@geanders
Copy link
Owner Author

geanders commented Aug 8, 2023

I'm switching GitHub Pages to use the devel branch for the moment, so we can check it online, but we'll want to change this back so it pulls from the master branch before we submit to CRAN.

The link for the pkgdown documentation is:

http://geanders.github.io/noaastormevents/

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant