Skip to content

Commit 138a649

Browse files
docs(api-docs): Fix "Fix dead link" workflow step for release builds (#741)
* docs(api-docs): Fix "Fix dead link" workflow step for release builds Fix file path Closes: MSEARCH-947
1 parent d329c2c commit 138a649

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/api-doc.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ jobs:
8888
working-directory: ${{ env.OUTPUT_DIR }}
8989
run: ls -R
9090
- name: Fix dead link
91-
run: jq '.config.oas.files[] |= if . == "${{ env.API_DIRECTORIES }}/mod-search.yaml" then "${{ env.API_INPUT_SPEC }}" else . end' */config-doc.json > tmp.json && mv tmp.json */config-doc.json
91+
run: jq '.config.oas.files[] |= if . == "${{ env.API_DIRECTORIES }}/mod-search.yaml" then "${{ env.API_INPUT_SPEC }}" else . end' **/config-doc.json > tmp.json && mv tmp.json **/config-doc.json
9292
working-directory: ${{ env.OUTPUT_DIR }}
9393
- name: Publish to AWS S3
9494
uses: sai-sharan/aws-s3-sync-action@v0.1.0

NEWS.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@
2626
* Fix an issue with interrupting the batch event processing due to SystemUserAuthorizationException ([MSEARCH-925](https://folio-org.atlassian.net/browse/MSEARCH-925))
2727
* Use 'lccnSearchTermProcessor' in linked-data search APIs ([MSEARCH-935](https://folio-org.atlassian.net/browse/MSEARCH-935))
2828
* Fix documentation not being updated ([MSEARCH-937](https://folio-org.atlassian.net/browse/MSEARCH-937))
29+
* Fix "Fix dead link" api-docs workflow step for release builds ([MSEARCH-947](https://folio-org.atlassian.net/browse/MSEARCH-947))
2930

3031
### Tech Dept
3132
* Recreate upload ranges each upload execution ([MSEARCH-934](https://folio-org.atlassian.net/browse/MSEARCH-934))

0 commit comments

Comments
 (0)