Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ccc981d commit 3057eabCopy full SHA for 3057eab
Makefile
@@ -123,7 +123,7 @@ github: publish
123
124
travis: publish
125
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
+ echo "This is a Pelican generated website. Auto-generated by https://github.com/$(TRAVIS_REPO_SLUG).git" > ${OUTPUTDIR}/README.md
127
ghp-import -m "Generate Pelican site" -b $(GITHUB_PAGES_BRANCH) $(OUTPUTDIR)
128
git push -f -q https://${GH_TOKEN}@github.com/$(TRAVIS_REPO_SLUG).git ${GITHUB_PAGES_BRANCH} > /dev/null
129
0 commit comments