Skip to content

Commit

Permalink
Update pkgdown.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
melff committed Dec 27, 2023
1 parent 036e4b1 commit 4080336
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pkgdown.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@ jobs:
needs: website
working-directory: pkg

- name: Copy Readme
run: cp -a README.md pkg
- name: Copy index.md
run: cp -a index.md pkg

- name: Build site
run: install.packages("preferably");pkgdown::build_site_github_pages(pkg = "pkg", dest_dir = "../docs", new_process = FALSE, install = FALSE)
Expand Down

0 comments on commit 4080336

Please sign in to comment.