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

Set absolute url to fix search #284

Closed
peterdesmet opened this issue Sep 6, 2023 · 2 comments · Fixed by #285
Closed

Set absolute url to fix search #284

peterdesmet opened this issue Sep 6, 2023 · 2 comments · Fixed by #285
Assignees

Comments

@peterdesmet
Copy link
Member

To fix incorrect search result links (see inbo/camtraptor#197) the following line:

url: ~

Should be updated to:

url: https://inbo.github.io/etn

This package however requires the pkgdown website to be build locally (rather than GitHub pages), so this is best done as part of an update to functions/documentation.

@PietrH PietrH linked a pull request Sep 6, 2023 that will close this issue
@PietrH
Copy link
Member

PietrH commented Sep 6, 2023

Why does etn require the website to be built locally?

@peterdesmet
Copy link
Member Author

peterdesmet commented Sep 6, 2023

GitHub Actions does not have access to the database, access is only possible through rstudio.lifewatch.be

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

Successfully merging a pull request may close this issue.

2 participants