Skip to content

Commit

Permalink
update destination in og
Browse files Browse the repository at this point in the history
  • Loading branch information
wincowgerDEV committed Dec 13, 2024
1 parent 1df2e42 commit b08e11b
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/pkgdown.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,12 +36,7 @@ jobs:
needs: website

- name: Build site
run: |
pkgdown::build_site()
dir.create("docs/pkgdown", showWarnings = FALSE)
file.rename("docs/index.html", "docs/pkgdown/index.html")
system("cp -r docs/* docs/pkgdown/")
system("rm -rf docs/*")
run: pkgdown::build_site_github_pages(new_process = FALSE, install = FALSE, dest_dir = "docs/pkgdown")
shell: Rscript {0}

- name: Deploy pkgdown to GitHub Pages 🚀
Expand Down

0 comments on commit b08e11b

Please sign in to comment.