-
Notifications
You must be signed in to change notification settings - Fork 49
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
Deploy Doxygen Docs #888
base: main
Are you sure you want to change the base?
Deploy Doxygen Docs #888
Conversation
Signed-off-by: Andreas Heinrich <andreas.heinrich@rwth-aachen.de>
Signed-off-by: Andreas Heinrich <andreas.heinrich@rwth-aachen.de>
Signed-off-by: Andreas Heinrich <andreas.heinrich@rwth-aachen.de>
Signed-off-by: Andreas Heinrich <andreas.heinrich@rwth-aachen.de>
Signed-off-by: Andreas Heinrich <andreas.heinrich@rwth-aachen.de>
Signed-off-by: Andreas Heinrich <andreas.heinrich@rwth-aachen.de>
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.
After EVerest/everest-ci#74 is merged
#LTODO tmp | ||
uses: everest/everest-ci/.github/workflows/continuous_integration.yml@feature/add-doxygen |
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.
#LTODO tmp | |
uses: everest/everest-ci/.github/workflows/continuous_integration.yml@feature/add-doxygen | |
uses: everest/everest-ci/.github/workflows/continuous_integration.yml@v1.5.0 |
#LTODO: tmp | ||
build_kit_base_image_tag: feature-add-doxygen |
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.
#LTODO: tmp | |
build_kit_base_image_tag: feature-add-doxygen |
if-no-files-found: error | ||
name: doxygen-docs | ||
path: doxygen-docs | ||
deploy_docs: |
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.
deploy_docs: | |
deploy_docs: | |
if: ${{ github.event_name == 'push' && github.ref == 'refs/heads/main' }} |
Describe your changes
Issue ticket number and link
Checklist before requesting a review
Requires