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

ci: Add action to publish main docs on pushes #27

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

joseemds
Copy link

Fixes #23


This PR adds an action that when some code i pushed into main (this include merged pull requests) it will do the same checks that the release action does (this is actually the release action copied, but the version file is generated in a different way) and if everything goes right, it will publish a release to hexdocs using the format <next-version>-dev (where is the current version with a minor dump).

PS: mix format --check-formatted is failing, but this PR doesnt change any file rather then adding the action file, should i run mix format ?


Before submitting the PR make sure the following are checked:

  • The PR relates to only one subject with a clear title and description in grammatically correct, complete sentences.
  • Wrote good commit messages.
  • Feature branch is up-to-date with main (if not - merge main into your branch).
  • Added tests.
  • Ran mix check.all, it verifies the formatting and runs credo and dialyzer
  • Ran mix test
  • Added an entry to the Changelog if the new code introduces user-observable changes. See the changelog entry format.

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.

Add additional action to publish docs of main
1 participant