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

fix: fixes publish into gh-pages. #83

Merged
merged 1 commit into from
Sep 27, 2019
Merged

fix: fixes publish into gh-pages. #83

merged 1 commit into from
Sep 27, 2019

Conversation

jcchavezs
Copy link
Contributor

This PR attempts to fix the publishing of files into gh-pages branch.

CURRENT_BRANCH=$(git rev-parse --abbrev-ref HEAD)
GH_PAGES_BRANCH="gh-pages"
git switch $GH_PAGES_BRANCH
git restore -s master -- zipkin-api.yaml.js
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

we basically copy these files from master into gh-pages.

@jcchavezs jcchavezs merged commit 1279ac9 into master Sep 27, 2019
@jcchavezs jcchavezs deleted the fixes_publish branch September 27, 2019 12:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant