Skip to content

Commit

Permalink
pare pkgdown
Browse files Browse the repository at this point in the history
  • Loading branch information
mattsecrest committed Nov 10, 2023
1 parent 4ca71cd commit 6543e0e
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions .github/workflows/pkgdown.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,12 +37,4 @@ jobs:

- name: Build site
run: pkgdown::build_site_github_pages(new_process = TRUE, install = TRUE)
shell: Rscript {0}

- name: Deploy to GitHub pages 🚀
if: github.event_name != 'pull_request'
uses: JamesIves/[email protected]
with:
clean: false
branch: gh-pages
folder: docs
shell: Rscript {0}

0 comments on commit 6543e0e

Please sign in to comment.