Skip to content

Commit

Permalink
build pkgdown site everytime, but don't deploy in case of failure
Browse files Browse the repository at this point in the history
  • Loading branch information
gorgitko committed Dec 4, 2023
1 parent 94219bc commit 56d8bbe
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/docker-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,6 @@ jobs:
docker exec -w /home/rstudio/scdrake_source scdrake_test \
bash -c 'sed -i "/development:/d" _pkgdown.yml; sed -i "/mode: devel/d" _pkgdown.yml'
- name: Build pkgdown site
if: github.event_name != 'pull_request'
run: |
docker exec -w /home/rstudio/scdrake_source scdrake_test \
Rscript -e "pkgdown::build_site_github_pages(new_process = FALSE, install = FALSE)"
Expand Down

0 comments on commit 56d8bbe

Please sign in to comment.