Skip to content

ci(docs): Fix publish job#167

Merged
g-braeunlich merged 1 commit into
mainfrom
fix-docs
Aug 29, 2025
Merged

ci(docs): Fix publish job#167
g-braeunlich merged 1 commit into
mainfrom
fix-docs

Conversation

@g-braeunlich
Copy link
Copy Markdown
Collaborator

@g-braeunlich g-braeunlich commented Aug 26, 2025

Description

Splitting the docs job into build and publish caused a new problem:
The _build folder does not propagate from the build to the publish job.
As a fix, an artifact is uploaded in the build job and downloaded in the publish job.

Type of change

Please delete options that are not relevant.

  • Documentation only change (no code changed)
  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)
  • This change requires a documentation update

Checklist:

  • I have run the pre-commit checks with pre-commit run --all-files
  • I have run ruff check . and ruff format
  • I have run mypy .
  • I have commented my code, particularly in hard-to-understand areas
  • I have made corresponding changes to the documentation
  • My changes generate no new warnings
  • I have added tests that prove my fix is effective or that my feature works
  • New and existing unit tests pass locally with my changes

@g-braeunlich
Copy link
Copy Markdown
Collaborator Author

@ffelten This one should really work now. Tested it by pushing a temporary commit which also tested the deploy step (temp commit removed again).

Comment thread .github/workflows/docs-main.yml
@g-braeunlich g-braeunlich merged commit 5b4a7d2 into main Aug 29, 2025
12 checks passed
@g-braeunlich g-braeunlich deleted the fix-docs branch August 29, 2025 11:54
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