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

Documentation release error #66

Closed
Keivan-sf opened this issue Sep 13, 2024 · 2 comments
Closed

Documentation release error #66

Keivan-sf opened this issue Sep 13, 2024 · 2 comments
Assignees
Labels
documentation Improvements or additions to documentation

Comments

@Keivan-sf
Copy link
Collaborator

While trying to merge #65, I faced build errors due to @mdx-js/react being v2 without having migration changes. I simply downgraded to v1 for now so the build could succeed. But after merging deploying to github pages failed with this error:

Error: Running "git push" command failed. Does the GitHub user account you are using have push access to the repository?

Seems to me this is the problem:

run: |
git config --global user.email "[email protected]"
git config --global user.name "Alireza Zamani"

You have any context on this? And can you try to trigger the action with your account to see if it deploys? @alitnk

@Keivan-sf Keivan-sf added the documentation Improvements or additions to documentation label Sep 13, 2024
@Keivan-sf Keivan-sf self-assigned this Sep 13, 2024
@alitnk
Copy link
Owner

alitnk commented Sep 13, 2024

@Keivan-sf Thanks for looking into this ❤️

We keep the documentation website in the main branch now, under apps/site. I should have removed the old docs branch. I'll do that in a sec.

@alitnk
Copy link
Owner

alitnk commented Sep 13, 2024

ba8881b Should fix this issue and #64

@alitnk alitnk closed this as completed Sep 13, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation
Projects
None yet
Development

No branches or pull requests

2 participants