Skip to content
This repository has been archived by the owner on May 14, 2024. It is now read-only.

Commit

Permalink
Update tic workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
adamhsparks committed Jun 3, 2021
1 parent daad56a commit d57ce6f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 16 deletions.
11 changes: 1 addition & 10 deletions .github/workflows/tic.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ jobs:
- name: "[Stage] [Linux] Install curl and libgit2"
if: runner.os == 'Linux'
run: sudo apt install ccache libcurl4-openssl-dev libglu1-mesa-dev libgmp-dev libgs-dev libgdal-dev libproj-dev libgeos-dev libudunits2-dev libmagick++-dev libgit2-dev
run: sudo apt install libcurl4-openssl-dev libgit2-dev

- name: "[Stage] [macOS] Install libgit2"
if: runner.os == 'macOS'
Expand Down Expand Up @@ -122,12 +122,3 @@ jobs:
with:
name: ${{ runner.os }}-r${{ matrix.config.r }}-results
path: check
- name: "[Stage] Before Deploy"
run: |
Rscript -e "tic::before_deploy()"
- name: "[Stage] Deploy"
run: Rscript -e "tic::deploy()"

- name: "[Stage] After Deploy"
run: Rscript -e "tic::after_deploy()"
6 changes: 0 additions & 6 deletions tic.R
Original file line number Diff line number Diff line change
@@ -1,8 +1,2 @@
# installs dependencies, runs R CMD check, runs covr::codecov()
do_package_checks()

if (ci_on_ghactions() && ci_has_env("BUILD_PKGDOWN")) {
# creates pkgdown site and pushes to gh-pages branch
# only for the runner with the "BUILD_PKGDOWN" env var set
do_pkgdown()
}

0 comments on commit d57ce6f

Please sign in to comment.