Skip to content

Remove redundant notebook-to-HTML workflow - #21

Merged
ArthurDeclercq merged 1 commit into
mainfrom
remove-redundant-notebook-workflow
Sep 16, 2026
Merged

ArthurDeclercq merged 1 commit into
mainfrom
remove-redundant-notebook-workflow

Conversation

@ArthurDeclercq

@ArthurDeclercq ArthurDeclercq commented Sep 16, 2026

Copy link
Copy Markdown
Contributor

Problem

convert-notebooks.yml converts notebooks to HTML and pushes the result directly to main. The branch ruleset requires all changes to go through a PR, so the bot push fails:

remote: error: GH013: Repository rule violations found for refs/heads/main.
remote: - Changes must be made through a pull request.
! [remote rejected] main -> main (push declined due to repository rule violations)

Fix

Delete the workflow. It is redundant: deploy.yml already runs nbconvert at render time (before quarto render), so the published site builds notebook HTML from source on every deploy. Removing the commit-back workflow eliminates the failing job with no effect on the live site.

convert-notebooks.yml pushed generated HTML directly to main, which
the branch ruleset rejects (changes must go through a PR). The push
was also unnecessary: deploy.yml already runs nbconvert at render
time, so the live site builds notebook HTML from source on every
deploy. Removing the workflow eliminates the failing job with no
effect on the published site.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
@ArthurDeclercq
ArthurDeclercq requested a review from a team September 16, 2026 09:45
@ArthurDeclercq
ArthurDeclercq merged commit f5eb444 into main Sep 16, 2026
2 checks passed
@ArthurDeclercq
ArthurDeclercq deleted the remove-redundant-notebook-workflow branch September 16, 2026 09:51
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.

1 participant