Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update deploy-github.js #193

Closed
wants to merge 1 commit into from

Conversation

riyabasak52
Copy link

@riyabasak52 riyabasak52 commented Oct 19, 2019

Fixes #179

Changes:

The automated ci check by gatsby url mentioned.

Screenshots for the change:

Before:
const ghpages = require('gh-pages')
ghpages.publish(
'public',
{
// Branch to deploy on
branch: 'master',
},
() => {
console.log('Deploy Complete!')
}
)

After:
const ghpages = require('gh-pages')
var repo_url="https://github.com/gatsbyjs/gatsby"
ghpages.publish(
'public',
{
// Branch to deploy on
branch: 'master',
},
() => {
console.log('Deploy Complete!')
}
)

@asdofindia
Copy link
Contributor

Thanks for your contribution. But I'm unsure what you're trying to achieve here. The deploy script is working correctly at the moment. Closing this. Please feel free to discuss or reopen.

@asdofindia asdofindia closed this Oct 20, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Deployment interval of merged PRs
2 participants