You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -19,7 +19,7 @@ If you've written or modified a tutorial for SCT, you'll need to do 4 things:
19
19
* Be sure to specify each file that needs to be present in order to complete your tutorial.
20
20
* Try to re-use the intermediate files generated by earlier tutorial commands. (If you can't, you may commit new files to this repo.)
21
21
* All of the files you specify will be packaged into a `.zip` download that you can link to at the start of your tutorial.
22
-
3. Create a new release by clicking "Run workflow" on [this GitHub Actions page](https://github.com/spinalcordtoolbox/sct_tutorial_data/actions/workflows/create_release.yml))
22
+
3. Create a new release by clicking "Run workflow" on [this GitHub Actions page](https://github.com/spinalcordtoolbox/sct_tutorial_data/actions/workflows/create_release.yml).
23
23
* First, it executes the [`batch_single_subject.sh`](https://github.com/spinalcordtoolbox/sct_tutorial_data/blob/master/single_subject/batch_single_subject.sh) script to generate all of the necessary files.
24
24
* Then, it packages up sets of data files into `.zip` downloads.
25
25
* Finally, it creates a new release with the tutorial-specific `.zip` files attached.
0 commit comments