We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d6f6dc6 commit 9179d2cCopy full SHA for 9179d2c
.github/workflows/cloud-catalog-connector-docs.yml
@@ -119,6 +119,7 @@ jobs:
119
inlineScript: |
120
for file in update_docs/*; do
121
blob_name="$(basename "$file")"
122
+ sed -E 's|xref:Connector_help_(.*)$|https://docs.dataminer.services/connector/doc/\1.html|g' $file
123
sed -i 's~\~/connector/images/~https://api.dataminer.services/api/public-catalog/v1-0/catalog/images/~g' $file
124
az storage blob upload --file "$file" -c 'docs' -n "$blob_name" --connection-string '${{ secrets.AZUREBLOBSTORAGECS }}' --overwrite 'true'
125
az storage blob update -c 'docs' -n "$blob_name" --connection-string '${{ secrets.AZUREBLOBSTORAGECS }}' --content-type 'text/plain'
0 commit comments