File tree Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -112,17 +112,21 @@ jobs:
112
112
- name : Generate Documentation
113
113
id : generate
114
114
run : |
115
- WARNING_LOG_FILE=/tmp/Slicer-Slicer-$SLICER_REPO_BRANCH-build/Utilities/Doxygen/UserDoxygenWarnings.txt
115
+ WARNING_LOG_FILE=/tmp/${SLICER_REPO_NAME//\//-}-$SLICER_REPO_BRANCH-build/Utilities/Doxygen/UserDoxygenWarnings.txt
116
+ echo "WARNING_LOG_FILE [$WARNING_LOG_FILE]"
117
+
116
118
mkdir -p $(dirname $WARNING_LOG_FILE)
117
119
118
120
slicer-apidocs-builder \
119
121
--skip-publish \
120
122
--slicer-repo-dir $(pwd)/Slicer \
123
+ --slicer-repo-name ${SLICER_REPO_NAME} \
121
124
--slicer-repo-branch "$SLICER_REPO_BRANCH" \
122
125
--slicer-repo-tag "${SLICER_REPO_TAG}" 2> >(tee $WARNING_LOG_FILE >&2)
123
126
124
127
echo "warning_log_file=$WARNING_LOG_FILE" >> $GITHUB_OUTPUT
125
128
env :
129
+ SLICER_REPO_NAME : ${{ steps.collect_inputs.outputs.slicer_repository }}
126
130
SLICER_REPO_BRANCH : ${{ steps.determine.outputs.slicer_repo_branch }}
127
131
SLICER_REPO_TAG : ${{ steps.determine.outputs.slicer_repo_tag }}
128
132
You can’t perform that action at this time.
0 commit comments