Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 6009374

Browse filesBrowse files
committed
Fix link to gh-pages
1 parent b76d5a7 commit 6009374
Copy full SHA for 6009374

File tree

Expand file treeCollapse file tree

2 files changed

+5
-1
lines changed
Filter options
Expand file treeCollapse file tree

2 files changed

+5
-1
lines changed

‎.travis.yml

Copy file name to clipboardExpand all lines: .travis.yml
+4Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ before_install:
66
#- sudo apt-get update -qq
77
#- sudo apt-get install gnuplot-x11
88
after_success: |
9+
# Push compiled website to gh-pages.
10+
# See:http://stackoverflow.com/questions/23277391/how-to-publish-to-github-pages-from-travis-ci
911
if [ -n "$GITHUB_API_KEY" ]; then
1012
cd "$TRAVIS_BUILD_DIR"
1113
make web
@@ -21,6 +23,8 @@ script:
2123
- gnuplot --version
2224
- make zip
2325
deploy:
26+
# Deploy to GitHub releases whenever a tag is pushed.
27+
# See: http://stackoverflow.com/questions/12343452/how-to-publish-artifacts-in-travis-ci?lq=1
2428
provider: releases
2529
api_key:
2630
secure: "CXyM+zf35Jp/pBHd6VNq+f28ErfGQqhR3klorayXUx6mnITbJb0L+1kfWF3H9dMQc9sceHo3YPzLGlQp3UGtTWQbYAPqz1KQ5Sus2kTxc4aTeT5mdXaz3nZ8B6gkMC6Okwew6gyU6le35bxrJkc0NuXvKlYl92kYEMAconZLs5PY5ePGI6nr/t4NxfSUP3RKlFyx1+0GK+s3eViiKLR4aNMt774OUeZnzCmUOX617foVWWYN72jgXyPtBHe6IxogrUVkp4DoF0z2pcV/SwrNib56qTNk7YC7QSyhpW8LYlrCSNvVS0L/EvN5lTPmNFxcjouSCxAdp+t8g8j69c8Gnp35iz3Mpjsq/Lmh0WagEvBcpKU1u9cXf3jYBVWC0p7BK0X3A16BHCWbvA0rtoKlJJYKyHTrX3LiEiBc1Psb4jKtwLZkUgvML51JTl/vAEQQ0erN7EXP09xJouwmiB+gvCdBL+EWNV7jmTy9U1WLFWHzC6xeKc+ausXNCDd7xEwqXevJ1YrV/EQWM75TOOGKiEK8a56m/EEOiy8vixk7dkOHHmipe4qn1FiNNOHhrjWEo1O62RSNA6mociaMRJmnmaC4czqBC5TeTLfvjkmysO/7fKYJxndVDcX5652XBKT4aYjTkI9z7JwJ9ORddrmED5nGpmVRnjFUOMDTlU8GlT0="

‎README.md

Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
[![Build Status](https://travis-ci.org/cirosantilli/gnuplot-examples.svg?branch=master)](https://travis-ci.org/cirosantilli/gnuplot-examples)
44

5-
Minimal explained Gnuplot examples. Compiled outputs: <https://github.com/cirosantilli/gnuplot-examples/releases>
5+
Minimal explained Gnuplot examples. Compiled outputs: <http://www.cirosantilli.com/gnuplot-examples-gh-pages/>
66

77
1. [Introduction](review.md)
88
1. [Review](review.md)

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.