Skip to content

Commit

Permalink
Update pkgdown.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
ddsjoberg committed Jun 21, 2023
1 parent ba80c00 commit 65c742f
Showing 1 changed file with 9 additions and 7 deletions.
16 changes: 9 additions & 7 deletions .github/workflows/pkgdown.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,10 +37,12 @@ jobs:
run: pkgdown::build_site_github_pages(new_process = FALSE, install = FALSE)
shell: Rscript {0}

- name: Deploy to GitHub pages 🚀
if: github.event_name != 'pull_request'
uses: JamesIves/github-pages-deploy-action@4.1.4
with:
clean: false
branch: gh-pages
folder: docs
# the pkgdown site is rendered via github.com/ddsjoberg/ggsurvfit
# we keep this action to check for pkgdown errors
# - name: Deploy to GitHub pages 🚀
# if: github.event_name != 'pull_request'
# uses: JamesIves/github-pages-deploy-action@4.1.4
# with:
# clean: false
# branch: gh-pages
# folder: docs

0 comments on commit 65c742f

Please sign in to comment.