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

GitHub action linkml docs #2

Merged
merged 6 commits into from
Mar 11, 2025
Merged

GitHub action linkml docs #2

merged 6 commits into from
Mar 11, 2025

Conversation

aclum
Copy link
Collaborator

@aclum aclum commented Mar 8, 2025

No description provided.

@aclum aclum marked this pull request as draft March 8, 2025 00:24
@aclum aclum marked this pull request as ready for review March 10, 2025 17:45
@jeff-cohere jeff-cohere added the documentation Improvements or additions to documentation label Mar 10, 2025
@@ -1,14 +1,19 @@
name: Auto-deployment of bertron-schema Documentation
on:
#pull_request:
Copy link
Collaborator

Choose a reason for hiding this comment

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

Is it time to uncomment this so we can see how things work in CI?

Copy link
Collaborator

@eecavanna eecavanna left a comment

Choose a reason for hiding this comment

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

LGTM! I left some suggestions:

  • Uncomment lines as suggested by @jeff-cohere
  • Remove extra whitespace character

Comment on lines +3 to +5
#pull_request:
# branches:
# - main
Copy link
Collaborator

Choose a reason for hiding this comment

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

I suggest uncommenting these lines and reformatting them to match the push block below.

Suggested change
#pull_request:
# branches:
# - main
pull_request:
branches: [ main ]

I don't know whether uncommenting this will cause the workflow to run in this PR (since the block does not exist on the main branch yet), but uncommenting it before merging this PR branch in will put it on the main branch so it can take effect for (at least) future PRs.

@@ -32,7 +37,7 @@ jobs:

- name: Derive files from sources
run: |
make squeaky-clean all
make all
Copy link
Collaborator

Choose a reason for hiding this comment

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

this isn't needed for making the docs

Copy link
Collaborator

@jeff-cohere jeff-cohere left a comment

Choose a reason for hiding this comment

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

Good start!

@ialarmedalien ialarmedalien merged commit d17040a into main Mar 11, 2025
@ialarmedalien ialarmedalien deleted the github_action_linkml_docs branch March 11, 2025 16:03
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

Successfully merging this pull request may close these issues.

4 participants