We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 23b034f commit 9d41350Copy full SHA for 9d41350
.travis.yml
@@ -21,11 +21,4 @@ script:
21
22
after_success:
23
- travis_retry php vendor/bin/coveralls
24
-
25
-deploy:
26
- provider: script
27
- script: ./docs/deploy.sh
28
- skip_cleanup: true
29
- on:
30
- branch: feat/docs
31
- php: '7.1'
+ - sh docs/deploy.sh
docs/deploy.sh
@@ -1,5 +1,4 @@
1
#!/bin/sh
2
3
sudo pip install -r docs/requirements.txt
4
cd docs/php-form
5
mkdocs build
0 commit comments