We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 80ae784 commit 9581d51Copy full SHA for 9581d51
.github/workflows/build-dev.yml
@@ -45,7 +45,7 @@ jobs:
45
- name: Push to development
46
if: ${{ matrix.python-version == 3.12 }}
47
run: |
48
- rsync -a --delete --exclude '.git/' target/ development/
+ rsync -a --delete --exclude '.git/' --exclude 'img/' target/ development/
49
cd development
50
rm -rf build openMINDS.egg-info
51
git config --global user.email "openminds@ebrains.eu"
.github/workflows/build.yml
- name: Push to main
- rsync -a --delete --exclude '.git/' target/ main/
+ rsync -a --delete --exclude '.git/' --exclude 'img/' target/ main/
cd main
0 commit comments