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
<palign="center">Slate helps you create beautiful, intelligent, responsive API documentation.</p>
8
8
9
-
<palign="center"><imgsrc="https://raw.githubusercontent.com/slatedocs/img/master/screenshot-slate.png"width=700alt="Screenshot of Example Documentation created with Slate"></p>
9
+
<palign="center"><imgsrc="https://raw.githubusercontent.com/slatedocs/img/main/screenshot-slate.png"width=700alt="Screenshot of Example Documentation created with Slate"></p>
10
10
11
11
<palign="center"><em>The example above was created with Slate. Check it out at <ahref="https://slatedocs.github.io/slate">slatedocs.github.io/slate</a>.</em></p>
Copy file name to clipboardExpand all lines: deploy.sh
+1-1
Original file line number
Diff line number
Diff line change
@@ -154,7 +154,7 @@ incremental_deploy() {
154
154
0) echo No changes to files in$deploy_directory. Skipping commit.;;
155
155
1) commit+push;;
156
156
*)
157
-
echo git diff exited with code $diff. Aborting. Staying on branch $deploy_branch so you can debug. To switch back to master, use: git symbolic-ref HEAD refs/heads/master&& git reset --mixed >&2
157
+
echo git diff exited with code $diff. Aborting. Staying on branch $deploy_branch so you can debug. To switch back to main, use: git symbolic-ref HEAD refs/heads/main&& git reset --mixed >&2
0 commit comments