Skip to content

Commit

Permalink
Typo in pkgdown action
Browse files Browse the repository at this point in the history
  • Loading branch information
LukasWallrich authored Dec 12, 2024
1 parent 48590e5 commit 990eb56
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/document-and-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,8 +71,8 @@ jobs:
GITHUB_PAT: ${{ secrets.GITHUB_TOKEN }}
run: |
R -e "
if (!require(FReD) remotes::install_local(force = TRUE);
options(pkgdown.internet = TRUE)
if (!require(FReD)) remotes::install_local(force = TRUE);
options(pkgdown.internet = TRUE);
pkgdown::build_site_github_pages(new_process = FALSE)
"
Expand Down

0 comments on commit 990eb56

Please sign in to comment.