graphql-guidelines
graphql-guidelines copied to clipboard
Update deploy_docs.sh
This PR updates
- the remote name to
https://github/com/Yelp/graphql-guidelines.git - the LOCALBRANCHNAME from
mastertomain
to solve the build error that is currently seen in GitHub Actions

Hi Mark (@magicmark) and Peter (@PeterDraex)!
When you have a moment, I'd love a review on this PR to hopefully help with the GitHub Actions Build/Deploy failure. Thank you for writing these guidelines!
🤔 I think the only part that may need an update is the update of using main instead of master as I am wondering if the localbranch relative to the build is using master.
I'd be more than happy to update! Please let me know :)
I've read the Shopify Guidelines (which we have applied at my current employer) and when I saw Yelp's Guidelines out I was interested to see how y'all were doing things!
Hi @mannyluvstacos,
line 22 on your screenshot says that branch master is being used locally right now. I think we need to change it to main for your changes to work. (And so the build won't stop working in a future version a git.)
git init --initial-branch=main
Disclaimer: I don't work for Yelp.