Skip to content

Commit

Permalink
docs: move docs to a separate repo
Browse files Browse the repository at this point in the history
  • Loading branch information
ivelin committed Oct 21, 2019
1 parent 0ea4386 commit 37b1f35
Show file tree
Hide file tree
Showing 79 changed files with 1 addition and 5,764 deletions.
18 changes: 0 additions & 18 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,9 +63,6 @@ script:
docker manifest annotate ambianic/ambianic:dev ambianic/ambianic:dev-arm32v7 --os=linux --arch=arm --variant=v7
docker manifest annotate ambianic/ambianic:dev ambianic/ambianic:dev-amd64 --os=linux --arch=amd64
docker manifest push ambianic/ambianic:dev
if [ "$ARCH" == "linux/amd64" ]; then
../docs/build-docs.sh
fi
fi
# if [ "$ARCH" == "linux/amd64" ]; then
# ../docs/build-docs.sh
Expand All @@ -81,18 +78,3 @@ after_success:
# include:
# - stage: docs
# script: ../
deploy:
# - provider: script
# script: $TRAVIS_BUILD_DIR/docs/build-docs.sh
# on:
# branch: master
# condition: "$ARCH" =~ *(amd64)*
provider: pages
skip_cleanup: true
github_token: $GITHUB_TOKEN # Set in the settings page of your repository, as a secure variable
keep_history: true
local_dir: docs/site
on:
branch: master
condition: $ARCH == "linux/amd64"

2 changes: 1 addition & 1 deletion build/install_requirements.sh
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ sudo apt-get install -y libgstreamer1.0-0 gstreamer1.0-plugins-base \
python3-gst-1.0 python3-gi
# install numpy native lib
sudo apt-get install -y python3-numpy

sudo apt-get install libjpeg-dev zlib1g-dev

# [backend]

Expand Down
17 changes: 0 additions & 17 deletions docs/build-docs.sh

This file was deleted.

12 changes: 0 additions & 12 deletions docs/custom_theme/404.html

This file was deleted.

214 changes: 0 additions & 214 deletions docs/custom_theme/base.html

This file was deleted.

9 changes: 0 additions & 9 deletions docs/custom_theme/content.html

This file was deleted.

Loading

0 comments on commit 37b1f35

Please sign in to comment.