Update your Assignment 2 Repo
Sarah Brown
|
21 steps
|
2 minutes
GitHub
1
Navigate to your assignment repository
2
Click "Add file"
3
Click "Create new file"
4
Type "requirements.txt"
5
Paste in the content
6
Enter a commit message, eg "build requirements" Click "Commit directly to the main branch." Click "Commit new file"
7
Now edit the ".gitignore" file Click this icon.
8
Click ""
9
Type "_build/"
10
Click the "Commit summary" field.
11
Type "ignore built content"
12
Click "Commit changes"
13
Click "Code"
14
Click ".github/workflows"
15
Click "submit.yml"
16
Click here.
17
Replace all of the text with the new contents
18
Click "Start commit"
19
Click the "Commit summary" field.
20
Type "fixed script"