File tree Expand file tree Collapse file tree 3 files changed +4
-2
lines changed
Expand file tree Collapse file tree 3 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -35,7 +35,7 @@ coderockr
3535 └── templates
3636 └── components
3737 └── layouts
38- └── pages .html
38+ └── page .html
3939```
4040
4141### Install dependencies
Original file line number Diff line number Diff line change @@ -35,7 +35,7 @@ coderockr
3535 └── templates
3636 └── components
3737 └── layouts
38- └── pages .html
38+ └── page .html
3939```
4040
4141### Install dependencies
Original file line number Diff line number Diff line change @@ -4,6 +4,8 @@ cp ./CNAME ./dist/CNAME
44cp ./humans.txt ./dist/humans.txt
55cp ./crossdomain.xml ./dist/crossdomain.xml
66cp ./README.md ./dist/README.md
7+ git add .
8+ git commit -m " Atualizado em $( date +' %F' ) "
79git subtree split --prefix dist -b master # create a local master branch containing the splitted output folder
810git push -f origin master:master # force the push of the master branch to the remote master branch at origin
911git branch -D master # delete the local master because you will need it: ref
You can’t perform that action at this time.
0 commit comments