Skip to content

Commit

Permalink
ci: change ghPages repo URL to include token
Browse files Browse the repository at this point in the history
  • Loading branch information
floydpink committed Jan 16, 2023
1 parent 804e910 commit 786d9d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gulpfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ gulp.task('copy-circleci-config', function() {
gulp.task('ghPages', function() {
return gulp.src(['./doc/**/*', './doc/.*/*'])
.pipe(ghPages({
remoteUrl: 'git@github.com:kollavarsham/kollavarsham-js.git'
remoteUrl: 'https://${DOCS_GITHUB_TOKEN}@github.com/kollavarsham/kollavarsham-js.git'
}));
});

Expand Down

0 comments on commit 786d9d4

Please sign in to comment.