Skip to content

Commit

Permalink
ci: reinstate ssh url for gh-pages repo
Browse files Browse the repository at this point in the history
  • Loading branch information
floydpink authored Jan 16, 2023
1 parent 4d05b0b commit a3d8157
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: 'https://${DOCS_GITHUB_TOKEN}@github.com/kollavarsham/kollavarsham-js.git'
remoteUrl: 'git@github.com:kollavarsham/kollavarsham-js.git'
}));
});

Expand Down

0 comments on commit a3d8157

Please sign in to comment.