File tree 3 files changed +4
-6
lines changed
3 files changed +4
-6
lines changed Original file line number Diff line number Diff line change 4
4
5
5
6
6
echo " Updating remotes..."
7
- git remote add deploy
[email protected] :PythonFloripa/
pythonfloripa.github.io .git
|| echo " Remote deploy already exists:"
7
+ git remote add deploy
[email protected] :PythonFloripa/
v1 .git
|| echo " Remote deploy already exists:"
8
8
git remote -v
9
9
10
10
@@ -16,8 +16,8 @@ eval $(ssh-agent)
16
16
ssh-add deploy_key.pem
17
17
18
18
echo " Running mkdocs gh-deploy"
19
- mkdocs gh-deploy --verbose --clean --remote-branch master --remote-name deploy
19
+ mkdocs gh-deploy --verbose --clean --remote-branch main --remote-name deploy
20
20
21
21
echo " Pushing to master..."
22
- git push deploy master:master --force
22
+ git push deploy main:main --force
23
23
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 8
8
theme_dir : theme
9
9
include_next_prev : false
10
10
include_toc : false
11
- remote_branch : master
11
+ remote_branch : main
12
12
remote_name : deploy
You can’t perform that action at this time.
0 commit comments