Skip to content

Commit ade811c

Browse files
Atualizado em 2018-01-10
1 parent 99e2a09 commit ade811c

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ coderockr
3535
└── templates
3636
└── components
3737
└── layouts
38-
└── pages.html
38+
└── page.html
3939
```
4040

4141
### Install dependencies

dist/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ coderockr
3535
└── templates
3636
└── components
3737
└── layouts
38-
└── pages.html
38+
└── page.html
3939
```
4040

4141
### Install dependencies

gh-pages.sh

+2
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ cp ./CNAME ./dist/CNAME
44
cp ./humans.txt ./dist/humans.txt
55
cp ./crossdomain.xml ./dist/crossdomain.xml
66
cp ./README.md ./dist/README.md
7+
git add .
8+
git commit -m "Atualizado em $(date +'%F')"
79
git subtree split --prefix dist -b master # create a local master branch containing the splitted output folder
810
git push -f origin master:master # force the push of the master branch to the remote master branch at origin
911
git branch -D master # delete the local master because you will need it: ref

0 commit comments

Comments
 (0)