Skip to content

Commit

Permalink
only run pkgdown on linux
Browse files Browse the repository at this point in the history
  • Loading branch information
pat-s committed Mar 11, 2021
1 parent 999284f commit 07fcb7e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tic.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
# use a different tic template type if you do not want to build on all listed platforms
- { os: windows-latest, r: "release" }
# [Custom matrix env var]
- { os: macOS-latest, r: "release", pkgdown: "false", latex: "true", codecov: "false" }
- { os: macOS-latest, r: "release", latex: "true", codecov: "false" }
- { os: ubuntu-latest, r: "devel" }
# [Custom matrix env var]
- { os: ubuntu-latest, r: "release", pkgdown: "true", codecov: "true" }
Expand Down

0 comments on commit 07fcb7e

Please sign in to comment.