File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 4
4
5
5
Next, we will demonstrate how GitHub Actions can be used to display a spectrogram for a segment from an underwater audio stream.
6
6
7
- Spectrogram Visualization Workflow: [ ` .github/workflows/noise_processing.yml ` ] ( https://github.com/uwescience/SciPy2024- GitHubActionsTutorial/blob/main/.github/workflows/noise_processing.yml )
7
+ Spectrogram Visualization Workflow: [ ` .github/workflows/noise_processing.yml ` ] ( https://github.com/uwescience/GitHubActionsTutorial-USRSE24 /blob/main/.github/workflows/noise_processing.yml )
8
8
9
9
Workflow Steps:
10
10
@@ -17,6 +17,6 @@ Workflow Steps:
17
17
* Upload the ` .png ` files to GitHub
18
18
19
19
After the workflow is executed ` psd.png ` and ` broadband.png ` files are updated in the repo and are visualized below.
20
- ![ alt text] ( https://raw.githubusercontent.com/uwescience/SciPy2024- GitHubActionsTutorial/main/ambient_sound_analysis/img/psd.png )
20
+ ![ alt text] ( https://raw.githubusercontent.com/uwescience/GitHubActionsTutorial-USRSE24 /main/ambient_sound_analysis/img/psd.png )
21
21
22
- ![ alt text] ( https://raw.githubusercontent.com/uwescience/SciPy2024- GitHubActionsTutorial/main/ambient_sound_analysis/img/broadband.png )
22
+ ![ alt text] ( https://raw.githubusercontent.com/uwescience/GitHubActionsTutorial-USRSE24 /main/ambient_sound_analysis/img/broadband.png )
You can’t perform that action at this time.
0 commit comments