Skip to content

Commit

Permalink
don't use has_keyword crap
Browse files Browse the repository at this point in the history
  • Loading branch information
KasperSkytte committed Jun 22, 2022
1 parent 494aed3 commit ef7f216
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pkgdown.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,4 +32,4 @@ jobs:
run: |
git config --local user.name "$GITHUB_ACTOR"
git config --local user.email "[email protected]"
Rscript -e 'pkgdown::deploy_to_branch(new_process = TRUE)'
Rscript -e 'pkgdown::deploy_to_branch(new_process = FALSE)'
7 changes: 6 additions & 1 deletion _pkgdown.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,12 @@ reference:
- matchOTUs
- title: Data sets
contents:
- has_keyword("datasets")
- MiDAS
- AalborgWWTPs
- example_metadata
- example_otutable
- example_taxonomy
- midasfunctions
navbar:
title: "ampvis2"
left:
Expand Down

0 comments on commit ef7f216

Please sign in to comment.