Skip to content

Commit

Permalink
devops
Browse files Browse the repository at this point in the history
  • Loading branch information
lmaddox committed Nov 6, 2020
1 parent ded21ea commit f143413
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion scripts/build_push_doc.sh
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,11 @@ declare -a leftover=('.cache/'
'auto_examples/'
'includes'
'modules/'
'_autosummary')
'_autosummary',
'src/'
'tests/'
'old/'
'.circleci/')

# check for each left over file/dir and remove it
for left in "${leftover[@]}"
Expand Down

0 comments on commit f143413

Please sign in to comment.