Skip to content

Commit

Permalink
Merge pull request #91 from warrensbox/feature/new-website-with-docs
Browse files Browse the repository at this point in the history
Feature/new website with docs
  • Loading branch information
warrensbox committed Aug 17, 2020
2 parents cbe50fb + 2bd8265 commit a44329b
Show file tree
Hide file tree
Showing 95 changed files with 4,566 additions and 2,952 deletions.
11 changes: 10 additions & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,16 @@ jobs:
- checkout
- run:
command: |
set +e
set +e
echo "Building website"
sudo apt-get install python3
sudo apt-get install python3-pip
pip3 install mkdocs-material
cd www
mkdocs gh-deploy --force
cd ..
echo "Building application"
go get -v -t -d ./...
go vet -tests=false ./...
go test -v ./...
Expand Down
10 changes: 0 additions & 10 deletions docs/Gemfile

This file was deleted.

254 changes: 0 additions & 254 deletions docs/Gemfile.lock

This file was deleted.

11 changes: 0 additions & 11 deletions docs/_config.yml

This file was deleted.

87 changes: 0 additions & 87 deletions docs/_layouts/default.html

This file was deleted.

10 changes: 0 additions & 10 deletions docs/_site/Gemfile

This file was deleted.

Loading

0 comments on commit a44329b

Please sign in to comment.