Skip to content

Commit 48e21fd

Browse files
author
Deep Dhillon
committed
fixed gh pages deploy issue
1 parent bf7c69d commit 48e21fd

File tree

5 files changed

+11
-8
lines changed

5 files changed

+11
-8
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,5 @@ script:
99
- bash ./scripts/deploy.sh
1010
env:
1111
global:
12-
- ENCRYPTION_LABEL: a3d4e2b8e5f0
12+
- ENCRYPTION_LABEL: d0415f4376a0
1313
- COMMIT_AUTHOR_EMAIL: "[email protected]"

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Wio Documentation
22

3-
Documentation for Wio
3+
Documentation for Wio https://wio.github.io/docs
44

55
## Contribute
66

deploy_key.enc

0 Bytes
Binary file not shown.

scripts/deploy.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,9 @@ cp -r docs/_build/html/* out/
3535

3636
# Now let's go have some fun with the cloned repo
3737
cd out
38+
39+
touch .nojekyll
40+
3841
git config user.name "Travis CI"
3942
git config user.email "$COMMIT_AUTHOR_EMAIL"
4043

scripts/docwizard.sh

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -84,12 +84,12 @@ if [ "$1" == "-build" ]; then
8484
cd _build/html
8585
echo "Build Complete"
8686

87-
echo "Adding CNAME"
88-
if [ cnameURL != "none" ]; then
89-
echo "creating CNAME in html: $(pwd)"
90-
echo ${cnameURL} > CNAME
91-
fi
92-
echo "CNAME added"
87+
#echo "Adding CNAME"
88+
#if [ cnameURL != "none" ]; then
89+
# echo "creating CNAME in html: $(pwd)"
90+
# echo ${cnameURL} > CNAME
91+
#fi
92+
#echo "CNAME added"
9393

9494
# link prose.io with the docs
9595
echo "Linking Pose editor with the docs"

0 commit comments

Comments
 (0)