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

[main] enable auto doc generation #2410

Merged
merged 4 commits into from
Sep 11, 2024
Merged

[main] enable auto doc generation #2410

merged 4 commits into from
Sep 11, 2024

Conversation

siyuniu-ms
Copy link
Contributor

No description provided.

@@ -41,6 +41,8 @@ jobs:
- run: node common/scripts/install-run-rush.js install
- run: npm run build --verbose
timeout-minutes: 20
- name: doc generate
Copy link
Collaborator

Choose a reason for hiding this comment

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

Oh, I see...
So at the point that this action "runs" which should be triggered by the "checkin" (please correct me if I'm wrong) we not only "decorate" the pages here but actually "generate them -- nice!

Copy link
Collaborator

Choose a reason for hiding this comment

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

FYI - in github "Authorization" of an action based on the branch name is at the top of the file

on:
  # Runs on pushes targeting the default branch
  push:
    branches: ["main"]

and is not part of the "Internal" authorization process

Copy link
Contributor Author

Choose a reason for hiding this comment

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

this seems to be the branches that could auto trigger the run, but didn't give the access of publish the doc

@siyuniu-ms siyuniu-ms merged commit fe5c933 into main Sep 11, 2024
6 of 7 checks passed
@siyuniu-ms siyuniu-ms deleted the siyu/docUpdate branch September 11, 2024 22:07
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