File tree 1 file changed +13
-13
lines changed
1 file changed +13
-13
lines changed Original file line number Diff line number Diff line change @@ -48,16 +48,16 @@ jobs:
48
48
commit_message : Commit to Github
49
49
file_pattern : ' ambient_sound_analysis/img/*.png'
50
50
51
- - name : Upload as artifact
52
- uses : actions/upload-artifact@v4
53
- with :
54
- name : ambient_sound_plots
55
- path : ambient_sound_analysis/img/*.png
56
-
57
- - name : Upload to Google Drive
58
- uses : AnimMouse/setup-rclone@v1
59
- with :
60
- rclone_config : ${{secrets.RCLONE_CONFIG}}
61
-
62
- - run : |
63
- rclone copy ambient_sound_analysis/img/broadband.png mydrive:rclone_uploads/
51
+ # - name: Upload as artifact
52
+ # uses: actions/upload-artifact@v4
53
+ # with:
54
+ # name: ambient_sound_plots
55
+ # path: ambient_sound_analysis/img/*.png
56
+
57
+ # - name: Upload to Google Drive
58
+ # uses: AnimMouse/setup-rclone@v1
59
+ # with:
60
+ # rclone_config: ${{secrets.RCLONE_CONFIG}}
61
+ #
62
+ # - run: |
63
+ # rclone copy ambient_sound_analysis/img/broadband.png mydrive:rclone_uploads/
You can’t perform that action at this time.
0 commit comments