Skip to content

Commit

Permalink
update paths
Browse files Browse the repository at this point in the history
  • Loading branch information
kjkrishnan committed Jan 24, 2024
1 parent 9fc864c commit 8752023
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/bioc_branch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- uses: actions/checkout@v2
- name: copy
env:
SRC_FOLDER_PATHS: ( data-raw man R tests vignettes )
SRC_FILE_PATHS: ( DESCRIPTION LICENSE NAMESPACE NEWS.md README.md inst/CITATION )
SRC_FOLDER_PATHS: ("data-raw" "man" "R" "tests" "vignettes")
SRC_FILE_PATHS: ("DESCRIPTION" "LICENSE" "NAMESPACE" "NEWS.md" "README.md" "inst/CITATION")
TARGET_BRANCH: 'krishnan_bioc_test'
run: .github/copy_to_branch.sh

0 comments on commit 8752023

Please sign in to comment.