Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 3057eab

Browse files
committed
Fixed generated README
1 parent ccc981d commit 3057eab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ github: publish
123123

124124
travis: publish
125125
cp .travis.yml ${OUTPUTDIR}
126-
echo -e "This is a Pelican generated website. Auto-generated by https://github.com/$(TRAVIS_REPO_SLUG).git\n" > ${OUTPUTDIR}/README.md
126+
echo "This is a Pelican generated website. Auto-generated by https://github.com/$(TRAVIS_REPO_SLUG).git" > ${OUTPUTDIR}/README.md
127127
ghp-import -m "Generate Pelican site" -b $(GITHUB_PAGES_BRANCH) $(OUTPUTDIR)
128128
git push -f -q https://${GH_TOKEN}@github.com/$(TRAVIS_REPO_SLUG).git ${GITHUB_PAGES_BRANCH} > /dev/null
129129

0 commit comments

Comments
 (0)