Skip to content

Commit 0dc7e75

Browse files
cicdguyaudreyyeoCH
authored andcommitted
fix: Get R CMD build to ignore vignette builds (#139)
1 parent dcc4d67 commit 0dc7e75

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/check.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,8 @@ jobs:
2525
uses: insightsengineering/r.pkg.template/.github/workflows/build-check-install.yaml@main
2626
with:
2727
additional-r-cmd-check-params: --as-cran
28+
additional-env-vars: |
29+
NOT_CRAN=true
2830
secrets:
2931
REPO_GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
3032
coverage:

0 commit comments

Comments
 (0)