Skip to content
This repository was archived by the owner on Jan 26, 2025. It is now read-only.

Commit eb16caa

Browse files
committed
Adds Newlines
1 parent 64bee7e commit eb16caa

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,4 +50,4 @@ matrix:
5050
env:
5151
- COVERAGE=true
5252
- SETUP=stable
53-
- DEPLOY_DOCS=true
53+
- DEPLOY_DOCS=true

sami.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,4 +24,4 @@
2424
'build_dir' => __DIR__ . '/build/gh-pages/%version%',
2525
'cache_dir' => __DIR__ . '/build/doc_cache/%version%',
2626
'remote_repository' => new GitHubRemoteRepository('okta/okta-sdk-php', dirname($dir)),
27-
]);
27+
]);

scripts/create-redirector.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,4 +29,4 @@
2929

3030
file_put_contents($indexFile, $html);
3131

32-
echo 'Created index file redirecting to ' . $newestTag . '.' . "\n";
32+
echo 'Created index file redirecting to ' . $newestTag . '.' . "\n";

scripts/prepare-docs.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@ php ../sami.phar update sami.php
66
git checkout ${TRAVIS_TAG}
77
mkdir build/gh-pages/latest
88
php scripts/create-redirector.php build/gh-pages/latest/index.html
9-
php scripts/create-redirector.php build/gh-pages/index.html
9+
php scripts/create-redirector.php build/gh-pages/index.html

0 commit comments

Comments
 (0)