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

feature(gh-actions): create workflow that provides python docs as artifact weekly #1263

Merged
merged 4 commits into from Feb 13, 2023

Conversation

bossenti
Copy link
Contributor

@bossenti bossenti commented Feb 11, 2023

Purpose

This PR introduces a new GitHub workflow that runs on a weekly basis at Saturday 00:00:00.
It builds the Python docs and uploads the created files as GitHub artifact.
This artifact is only kept for ten days.

Remarks

PR introduces (a) breaking change(s): no

PR introduces (a) deprecation(s): no

@github-actions github-actions bot added the gh-actions Pull requests that update GitHub Actions code label Feb 11, 2023
@bossenti bossenti changed the title experimental: docs as artifact feature(gh-actions): create workflow that provides python docs as artifact weekly Feb 12, 2023
@bossenti bossenti added the no release note Issues and PR. Add if they should not be contained in the release notes (e.g., minor refactorings). label Feb 12, 2023
@bossenti bossenti added this to the 0.91.0 milestone Feb 12, 2023
@bossenti bossenti marked this pull request as ready for review February 12, 2023 18:40
@bossenti bossenti merged commit f599972 into dev Feb 13, 2023
@bossenti bossenti deleted the chore/workflow-build-docs branch February 13, 2023 15:52
flomickl pushed a commit that referenced this pull request Feb 18, 2023
…ifact weekly (#1263)

* feature(gh-actions): create workflow that provides python docs as artifact

* feature(gh-actions): fix cron schedule

* feature(gh-actions): reduce retention duration

* feature(gh-actions): fix schedule syntax
@bossenti bossenti self-assigned this Feb 19, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
gh-actions Pull requests that update GitHub Actions code no release note Issues and PR. Add if they should not be contained in the release notes (e.g., minor refactorings).
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants