remove public submodule + add travis config
parent
ade4da13a5
commit
ee95769628
|
@ -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
|
||||
|
|
|
@ -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
public
|
@ -1 +0,0 @@
|
|||
Subproject commit 4079ce298e3653eb7799940ffc88c6f5d37d9b38
|
Loading…
Reference in New Issue