Thanks to visit codestin.com Credit goes to github.com
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 36c2e33 commit d2556c5Copy full SHA for d2556c5
.travis.yml
@@ -11,4 +11,6 @@ script:
11
- git config credential.helper "store --file=.git/credentials"
12
- git remote set-url --push origin https://github.com/circuits/circuits.github.io.git
13
- echo "https://${GH_TOKEN}:@github.com" > .git/credentials
14
- - make publish github
+ - make publish
15
+after_success:
16
+ - make github
0 commit comments