<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>travisci on IT Quicktasks</title><link>https://quicktasks.ismael.casimpan.com/tags/travisci/</link><description>Recent content in travisci on IT Quicktasks</description><generator>Hugo -- gohugo.io</generator><copyright>Copyright © 2018–2022, Ismael Casimpan Jr.; All Rights Reserved</copyright><lastBuildDate>Sun, 28 Aug 2022 10:04:00 +0800</lastBuildDate><atom:link href="https://quicktasks.ismael.casimpan.com/tags/travisci/index.xml" rel="self" type="application/rss+xml"/><item><title>TravisCI for Hugo Build</title><link>https://quicktasks.ismael.casimpan.com/post/travisci-hugo-build/</link><pubDate>Sun, 28 Aug 2022 10:04:00 +0800</pubDate><guid>https://quicktasks.ismael.casimpan.com/post/travisci-hugo-build/</guid><description>
Here's the TravisCI yml file I used while this site was still with TravisCI.
It gets the hugo specific version, build the site and commit + push to gh-pages.
Just adapt it to your situation and enjoy!
1language: python 23env: 4global: 5- USER=&amp;#34;icasimpan&amp;#34; 6- EMAIL=&amp;#34;deploy@travis-ci.com&amp;#34; 7- DEPLOYMENT_USER=&amp;#34;traviscibot&amp;#34; 8- REPO=&amp;#34;quicktasks&amp;#34; 9- BUILD_DIR=&amp;#34;public&amp;#34; 10- GH_REPO=&amp;#34;github.com/${USER}/${REPO}.git&amp;#34; 11- HUGO_VERSION=&amp;#34;0.96.0&amp;#34; 12- HUGO_INSTALLER_URL=&amp;#34;https://github.com/gohugoio/hugo/releases/download/v${HUGO_VERSION}/hugo_extended_${HUGO_VERSION}_Linux-64bit.deb&amp;#34; 13- GH_PUBLISH_BRANCH=&amp;#39;gh-pages&amp;#39; 1415## Force commit to &amp;#39;gh-pages&amp;#39; the built hugo site 16after_success: 17- MESSAGE=&amp;#39;Auto-built and commit via Travis CI.</description></item></channel></rss>