We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bcf538e commit 6818a0dCopy full SHA for 6818a0d
.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
- cp -R target/* development
+ rsync -a --delete --exclude '.git/' target/ development/
49
cd development
50
rm -rf build openMINDS.egg-info
51
git config --global user.email "[email protected]"
.github/workflows/build.yml
- name: Push to main
- cp -R target/* main
+ rsync -a --delete --exclude '.git/' target/ main/
cd main
0 commit comments