Skip to content
This repository was archived by the owner on Nov 24, 2020. It is now read-only.

Commit eb1065f

Browse files
committed
chore: remove unused doc folder
1 parent cd803d0 commit eb1065f

File tree

6 files changed

+13
-81
lines changed

6 files changed

+13
-81
lines changed

.travis.yml

Lines changed: 13 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -2,30 +2,23 @@ sudo: required
22

33
language: node_js
44
node_js:
5-
- '8'
5+
- "8"
66

77
services:
88
- docker
99

1010
script:
11-
- git config --global user.name "${GH_NAME}"
12-
- git config --global user.email "${GH_EMAIL}"
13-
- echo "machine github.com login ${GH_NAME} password ${GH_TOKEN}" > ~/.netrc
14-
- cd website
15-
- yarn install && GIT_USER="${GH_NAME}" yarn run publish-gh-pages
16-
- cd ..
17-
- if [[ "$TRAVIS_TAG" ]] ; then
18-
docker image build . -t cubos/sdkgen -t cubos/sdkgen:$TRAVIS_TAG;
19-
else
20-
docker image build .;
21-
fi
11+
- if [[ "$TRAVIS_TAG" ]] ; then
12+
docker image build . -t cubos/sdkgen -t cubos/sdkgen:$TRAVIS_TAG;
13+
else
14+
docker image build .;
15+
fi
2216

2317
deploy:
24-
provider: script
25-
skip_cleanup: true
26-
script:
27-
- docker login -u "$DOCKER_USERNAME" -p "$DOCKER_PASSWORD" && docker push cubos/sdkgen:$TRAVIS_TAG
28-
on:
29-
branch: master
30-
tags: true
31-
18+
provider: script
19+
skip_cleanup: true
20+
script:
21+
- docker login -u "$DOCKER_USERNAME" -p "$DOCKER_PASSWORD" && docker push cubos/sdkgen:$TRAVIS_TAG
22+
on:
23+
branch: master
24+
tags: true

docs/doc1.md

Lines changed: 0 additions & 29 deletions
This file was deleted.

docs/doc2.md

Lines changed: 0 additions & 7 deletions
This file was deleted.

docs/doc3.md

Lines changed: 0 additions & 13 deletions
This file was deleted.

docs/exampledoc4.md

Lines changed: 0 additions & 6 deletions
This file was deleted.

docs/exampledoc5.md

Lines changed: 0 additions & 6 deletions
This file was deleted.

0 commit comments

Comments
 (0)