Skip to content

Commit 6a570ab

Browse files
authored
chore: Rename content to docs, change ci build (#76)
* Fix gatsby config * refactor: NavLink component, docs header * Fix pageDetail prev and next link
1 parent 394ce4f commit 6a570ab

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

50 files changed

+83
-59
lines changed

.travis.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ language: node_js
33
sudo: false
44
dist: trusty
55
node_js:
6-
- "9"
6+
- "8"
77

88
services:
99
- docker
@@ -17,11 +17,11 @@ install:
1717
- yarn
1818

1919
before_deploy:
20-
- docker build -t openpitrix/docs.openpitrix.io .
20+
- docker build -t openpitrix/website .
2121

2222
deploy:
2323
provider: script
24-
script: bash docker_push
24+
script: bash docker_push.sh
2525
on:
2626
branch: master
27-
repo: openpitrix/docs.openpitrix.io
27+
repo: openpitrix/website

CNAME

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
docs.openpitrix.io
1+
openpitrix.io

README.md

Lines changed: 22 additions & 19 deletions
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
#!/bin/bash
22

33
echo "$DOCKER_PASSWORD" | docker login -u "$DOCKER_USERNAME" --password-stdin
4-
docker push openpitrix/docs.openpitrix.io:latest
4+
docker push openpitrix/website:latest
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)