-
Notifications
You must be signed in to change notification settings - Fork 23
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
update doc build action #208
Conversation
The style in this PR agrees with This formatting comment was generated automatically by a script in uc-cdis/wool. |
…n3sdk-python into fix/build-docs-action
branches-ignore: | ||
- 'master' | ||
paths-ignore: | ||
- 'docs/**' |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The commit that is pushed by this docs build workflow won't trigger another doc build job. This behavior is expected
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm :)
.github/workflows/docs.yaml
Outdated
@@ -14,6 +20,8 @@ jobs: | |||
with: | |||
ref: ${{github.event.pull_request.head.ref}} | |||
repository: ${{github.event.pull_request.head.repo.full_name}} | |||
# Passing a PAT from the PlanXCybrog bot account here, since otherwise commit pushed by this actions won't bale able to trigger other actions, see https://github.com/stefanzweifel/git-auto-commit-action?tab=readme-ov-file#commits-made-by-this-action-do-not-trigger-new-workflow-runs |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
small typo? "actions won't be able to trigger"
Improvements