File tree Expand file tree Collapse file tree 7 files changed +11
-4
lines changed Expand file tree Collapse file tree 7 files changed +11
-4
lines changed Original file line number Diff line number Diff line change 15
15
- name : checkout
16
16
uses : actions/checkout@master
17
17
18
+ - name : Install docutils
19
+ run : sudo apt-get install -y docutils
20
+
18
21
- id : files
19
22
uses : masesgroup/retrieve-changed-files@v2
20
23
with :
Original file line number Diff line number Diff line change @@ -34,3 +34,7 @@ define: versions master
34
34
# DOCSP-46665 repetitive file paths
35
35
[*]: ${prefix}/mapping-rules/mapping-rule-options/mapping-rule-options/ -> ${base}/relational-migrator/mapping-rules/mapping-rule-options/introduction/
36
36
[*]: ${prefix}/mapping-rules/mapping-rules/ -> ${base}/relational-migrator/mapping-rules/introduction/
37
+
38
+ # DOCSP-46664 repetitive file paths
39
+ [*]: ${prefix}/jobs/data-verification/data-verification/ -> ${base}/relational-migrator/jobs/data-verification/
40
+ [*]: ${prefix}/mapping-rules/fields/calculated-fields/calculated-fields/ -> ${base}/relational-migrator/mapping-rules/fields/calculated-fields/
Original file line number Diff line number Diff line change @@ -22,15 +22,15 @@ toc_landing_pages = [
22
22
" projects/projects" ,
23
23
" mapping-rules/introduction" ,
24
24
" mapping-rules/mapping-rule-options/introduction" ,
25
- " mapping-rules/fields/calculated-fields/calculated-fields " ,
25
+ " mapping-rules/fields/calculated-fields" ,
26
26
" mapping-rules/fields/field-customizations" ,
27
27
" mapping-rules/synthetic-foreign-key/synthetic-foreign-keys" ,
28
28
" table-filters/table-filters" ,
29
29
" diagrams/diagrams" ,
30
30
" diagrams/navigate-diagrams/navigate-diagrams" ,
31
31
" diagrams/navigate-diagrams/working-with-entities" ,
32
32
" jobs/sync-jobs" ,
33
- " jobs/data-verification/data-verification " ,
33
+ " jobs/data-verification" ,
34
34
" connection-strings/connection-strings" ,
35
35
" code-generation" ,
36
36
" code-generation/generate-app-code" ,
File renamed without changes.
Original file line number Diff line number Diff line change @@ -103,4 +103,4 @@ You can perform the following tasks from the **Data Migration** tab.
103
103
Stop </jobs/stopping-jobs>
104
104
Recover </jobs/recover-jobs>
105
105
Pause & Resume with Kafka </jobs/pause-resume-kafka-jobs>
106
- Data Verification </jobs/data-verification/data-verification >
106
+ Data Verification </jobs/data-verification>
File renamed without changes.
Original file line number Diff line number Diff line change @@ -107,4 +107,4 @@ Learn More
107
107
:hidden:
108
108
109
109
Data Type Conversion </mapping-rules/fields/data-type-conversion-guide>
110
- Calculated Fields </mapping-rules/fields/calculated-fields/calculated-fields >
110
+ Calculated Fields </mapping-rules/fields/calculated-fields>
You can’t perform that action at this time.
0 commit comments