Skip to content

Commit

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

- name: Build site
run: pkgdown::build_site_github_pages(new_process = TRUE, install = TRUE)
shell: Rscript {0}
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

0 comments on commit 2f9df8a

Please sign in to comment.