Skip to content

Cleanup deploy docs action #789

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

Open
wants to merge 8 commits into
base: main
Choose a base branch
from
Open

Conversation

halungge
Copy link
Contributor

@halungge halungge commented Jun 27, 2025

simplify the github action for the docs deployment: the install python actions used in this workflow has been failing for some time. This PR switches to using uv for running sphinx as we do in other actions.

@halungge halungge force-pushed the cleanup_deploy_docs_action branch from 2cc1b5c to dcca243 Compare June 27, 2025 13:08
Copy link

Mandatory Tests

Please make sure you run these tests via comment before you merge!

  • cscs-ci run default

Optional Tests

To run benchmarks you can use:

  • cscs-ci run benchmark-bencher

To run tests and benchmarks with the DaCe backend you can use:

  • cscs-ci run dace

To run test levels ignored by the default test suite (mostly simple datatest for static fields computations) you can use:

  • cscs-ci run extra

For more detailed information please look at CI in the EXCLAIM universe.

@@ -4,33 +4,25 @@ on:
push:
branches:
- main
- cleanup_deploy_docs_action
Copy link
Contributor Author

Choose a reason for hiding this comment

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

Remove again before merging: current branch was added for testing the changes

@halungge halungge requested review from jcanton and egparedes June 27, 2025 14:30
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