Skip to content
This repository was archived by the owner on Apr 22, 2023. It is now read-only.

Commit 40943b6

Browse files
committed
Stop using Surge to host the documentation
1 parent 033e363 commit 40943b6

File tree

2 files changed

+1
-24
lines changed

2 files changed

+1
-24
lines changed

.travis.yml

-23
Original file line numberDiff line numberDiff line change
@@ -7,26 +7,3 @@ addons:
77
- language-pack-fr
88
install: composer install
99
after_success: bash <(curl -s https://codecov.io/bash)
10-
before_deploy:
11-
- yarn install --ignore-scripts
12-
- yarn grunt doc
13-
deploy:
14-
provider: surge
15-
project: ./docs/
16-
domain: alltube.surge.sh
17-
skip_cleanup: true
18-
env:
19-
global:
20-
21-
- secure:
22-
"Icw8UqAilq0+neZsdXn7pny5OrDin1tTN0H3HGPFDBawHWBEffettRsURljnBlm0Ic\
23-
AE8HPvl0DlaGFMedM3ZlYjvp7OqMqe84p7dY22JMvirV4MsMz546FKEYI+g3txawAMD\
24-
FPCorE+fgkDrL1eUoozGVJxc5c4w4nBVm84QvjxRvCvEKbfevd4giaie1Xuo927lKAw\
25-
TaVFZryYNotPyJVB2pBBndxfl2EJczJ4DXQc3VczFXkTmuE/QLa2tQVJm5vnVPwOi1x\
26-
mvgh6g1ChEOw0zAks1Mf5+UvxtVV7qTicVAWK0fVVBL9mHPpNzSNb4pPqHPWQjhAPdC\
27-
W+WPn6+DhqS5BHeSfQit/OtLMpUWO1IceVDRwU3jkXmMgnKwz1t9yDh6VBZRvGPkXfU\
28-
3cjQ9SFpmnnu/4JLgwA/zSU2Pzl7/+gsHQBazkXh8HYAbOjF2w1IBXOpZ8Yv7D5axRI\
29-
DduS/TUQ6oNK3KYmRMBcg8ZzVzIdz+55NchaDtihcp5akaHhKxR7GMPrfi66b+wARSw\
30-
3OsYmCGLNFF8zj/6zo3/zB02+oVMlXXySOAKKi0A2OvH9xV4W4Jl0TGua/27XOWr9c5\
31-
btrZrykk3PXfKe5YgT46Q8CtK8yN97bDKbwbAp6gNEyMFFatdHKlEndZYsVDQ16htd0\
32-
b/303SZfXYMvO0="

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,7 @@ $video = new Video('https://www.youtube.com/watch?v=dQw4w9WgXcQ');
175175
$video->getUrl();
176176
```
177177

178-
The library documentation is available on [alltube.surge.sh](https://alltube.surge.sh/classes/Alltube.VideoDownload.html).
178+
The library documentation is available on [dev.rudloff.pro/alltube/docs/](https://dev.rudloff.pro/alltube/docs/classes/Alltube.Video.html).
179179

180180
You can also have a look at this [example project](https://github.com/Rudloff/alltube-example-project).
181181

0 commit comments

Comments
 (0)