File tree 3 files changed +4
-2
lines changed
3 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -35,7 +35,7 @@ coderockr
35
35
└── templates
36
36
└── components
37
37
└── layouts
38
- └── pages .html
38
+ └── page .html
39
39
```
40
40
41
41
### Install dependencies
Original file line number Diff line number Diff line change @@ -35,7 +35,7 @@ coderockr
35
35
└── templates
36
36
└── components
37
37
└── layouts
38
- └── pages .html
38
+ └── page .html
39
39
```
40
40
41
41
### Install dependencies
Original file line number Diff line number Diff line change @@ -4,6 +4,8 @@ cp ./CNAME ./dist/CNAME
4
4
cp ./humans.txt ./dist/humans.txt
5
5
cp ./crossdomain.xml ./dist/crossdomain.xml
6
6
cp ./README.md ./dist/README.md
7
+ git add .
8
+ git commit -m " Atualizado em $( date +' %F' ) "
7
9
git subtree split --prefix dist -b master # create a local master branch containing the splitted output folder
8
10
git push -f origin master:master # force the push of the master branch to the remote master branch at origin
9
11
git 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