Skip to content

Commit

Permalink
Merge branch 'gitops-docs-main' into RHDEVDOCS-5999
Browse files Browse the repository at this point in the history
  • Loading branch information
Srivaralakshmi committed Apr 5, 2024
2 parents c9a1f8f + 1cf5fcb commit 0c5cb3b
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions scripts/get-updated-preview-urls.sh
Original file line number Diff line number Diff line change
Expand Up @@ -46,9 +46,6 @@ done
# Make the HTML URL slug
if [ ${#assemblies[@]} -gt 0 ]; then
updated_pages=$(echo "${assemblies[@]}" | sed 's/\.adoc$/.html/' | sort | uniq)
else
# No updated pages, just add default URL
pages+=("${preview_url}")
fi

# Search built_pages for every entry in updated_pages and add to pages array when it is found
Expand Down

0 comments on commit 0c5cb3b

Please sign in to comment.