diff --git a/.gitmodules b/.gitmodules index 4dc7f3f..66592a1 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,7 +1,3 @@ -[submodule "public"] - path = public - url = git@github.com:encompass-ecs/encompass-ecs.github.io.git - branch = master [submodule "themes/hugo-notice"] path = themes/hugo-notice url = https://github.com/martignoni/hugo-notice.git diff --git a/.travis.yml b/.travis.yml new file mode 100644 index 0000000..2f65102 --- /dev/null +++ b/.travis.yml @@ -0,0 +1,32 @@ +# Environment +os: + - linux + +# Install the apt prerequisites +addons: + apt: + packages: + - python-pygments + +# Compile the site +script: + - binaries/hugo + +# Deploy the site - this hook comes from Travis integration +deploy: + # The output of our static site + local_dir: public + # The repository we are deploying to + repo: encompass-ecs/encompass-ecs.github.io + # The branch we are pushing the static repository + target_branch: master + # Information to use in the commit + email: evan@moonside.games + name: "Evan Hemsley" + provider: pages + # Recommended setting + skip_cleanup: true + # Set in Travis CI dashboard + github_token: $GITHUB_TOKEN + on: + branch: master diff --git a/public b/public deleted file mode 160000 index 4079ce2..0000000 --- a/public +++ /dev/null @@ -1 +0,0 @@ -Subproject commit 4079ce298e3653eb7799940ffc88c6f5d37d9b38