remove public submodule + add travis config

pull/1/head
Evan Hemsley 2019-05-28 22:23:05 -07:00
parent ade4da13a5
commit ee95769628
3 changed files with 32 additions and 5 deletions

4
.gitmodules vendored
View File

@ -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

32
.travis.yml Normal file
View File

@ -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

1
public

@ -1 +0,0 @@
Subproject commit 4079ce298e3653eb7799940ffc88c6f5d37d9b38