Skip to content

Commit

Permalink
Don't build vignettes during the release action
Browse files Browse the repository at this point in the history
  • Loading branch information
sciome-bot committed Jan 12, 2024
1 parent c539223 commit 2db2e19
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 111 deletions.
109 changes: 0 additions & 109 deletions .github/release.yaml

This file was deleted.

4 changes: 2 additions & 2 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -74,10 +74,10 @@ jobs:
- name: Build package (Windows)
if: runner.os == 'Windows'
shell: cmd
run: R CMD build .
run: R CMD build --no-build-vignettes .
- name: Build package
if: runner.os == 'Linux' || runner.os == 'macOs'
run: R CMD build .
run: R CMD build --no-build-vignettes .
- name: Test Install (Windows)
if: runner.os == 'Windows'
shell: cmd
Expand Down

0 comments on commit 2db2e19

Please sign in to comment.