Skip to content

Commit

Permalink
ci(tic): build pkgdown on mac since it runs faster than ubuntu
Browse files Browse the repository at this point in the history
  • Loading branch information
asiripanich committed Jun 17, 2020
1 parent d62056c commit b0cb177
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/tic.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,9 @@ jobs:
config:
# use a different tic template type if you do not want to build on all listed platforms
- { os: windows-latest, r: "release" }
- { os: macOS-latest, r: "release"}
- { os: macOS-latest, r: "devel" }
- { os: ubuntu-latest, r: "release", pkgdown: "true", latex: "true"}
- { os: macOS-latest, r: "release", pkgdown: "true", latex: "true"}
- { os: macOS-latest, r: "devel"}
- { os: ubuntu-latest, r: "release"}

env:
# otherwise remotes::fun() errors cause the build to fail. Example: Unavailability of binaries
Expand Down

0 comments on commit b0cb177

Please sign in to comment.