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

Deploy document on release by github actions #526

Merged

Conversation

Yang-33
Copy link
Contributor

@Yang-33 Yang-33 commented Oct 13, 2023

#522 tried to update document and push changes to master branch. However it doesn't work because github actions can't push changes to protected branch.

Thanks to https://github.com/actions/deploy-pages, we can deploy & run github pages on release probably. Let's try!

git commit -m "Codes are generated by openapi"
git commit --allow-empty -m "Codes are generated by openapi generator"

git add docs/**
Copy link
Contributor Author

Choose a reason for hiding this comment

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

diff-check.yml: Just reverting 8123ba2

Copy link
Contributor

@moririnson moririnson left a comment

Choose a reason for hiding this comment

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

LGTM~

@Yang-33 Yang-33 merged commit c6a17ce into line:master Oct 13, 2023
@Yang-33 Yang-33 deleted the deploy-docs-by-github-action-on-release branch October 13, 2023 03:39
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.

2 participants