You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: packages/docs/docs/guide/deploy.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -82,7 +82,7 @@ deploy:
82
82
provider: pages
83
83
skip_cleanup: true
84
84
local_dir: docs/.vuepress/dist
85
-
github_token: $GITHUB_TOKEN #a token generated on github allowing travis to push code on you repository
85
+
github_token: $GITHUB_TOKEN #A token generated on GitHub allowing Travis to push code on you repository. Set in the Travis settings page of your repository, as a secure variable
0 commit comments