-
Notifications
You must be signed in to change notification settings - Fork 302
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
Development
: Clean up .github/workflows/docs.yml
variables
#7477
Conversation
Co-authored-by: Lucas Welscher <[email protected]>
There hasn't been any activity on this pull request recently. Therefore, this pull request has been automatically marked as stale and will be closed if no further activity occurs within seven days. Thank you for your contributions. |
There hasn't been any activity on this pull request recently. Therefore, this pull request has been automatically marked as stale and will be closed if no further activity occurs within seven days. Thank you for your contributions. |
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.
Code looks good
Checklist
General
Motivation and Context
This PR is related to Development: Migrate documentation to docs.artemis.cit.tum.de #7298, and re-organizes the documentation deployment workflow in order to keep a clean state of GitHub repository secrets.
Description
Secrets of
.github/workflows/docs.yml
were converted to (environment) variables, in order to have a cleaner state of the repository secrets. Once this PR is merged, the unused secrets have to be removed.Permissions set for the
.github/workflows/docs.yml
workflow were also cleaned up, as they were only relevant to the (now stale) GitHub Pages deployment.Triggers set for the
.github/workflows/docs.yml
workflow were modified so that the documentation is not redeployed using the code of new PRs.Steps for Testing
The workflow has been tested on a separate repository using an identical environment. This PR does not modify the functionality of Artemis.