Skip to content

Commit

Permalink
release: version 8.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Revathyvenugopal162 committed Oct 29, 2024
1 parent e9c3e3a commit b4d1d4b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
8.1.0
8.1.1
3 changes: 3 additions & 0 deletions doc-deploy-dev/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -307,6 +307,8 @@ runs:
sed -i 's/action="search.html"/action="version\/stable\/search.html"/g' index.html
sed -i 's|script\.src = ".*_static/js/meilisearch_theme_wrap\.js"|script.src = "version/stable/_static/js/meilisearch_theme_wrap.js"|g' index.html
sed -i 's|const SEARCH_FILE = ".*_static/search.json";|const SEARCH_FILE = "version/stable/_static/search.json";|g' index.html
# TODO: remove this line in ansys/actions@v9
sed -i 's|var searchPath = ".*_static/search.json";|var searchPath = "version/stable/_static/search.json";|g' index.html
sed -i 's|<html lang="en" data-content_root="./" >|<html lang="en" data-content_root="./version/stable/" >|g' index.html
elif [[ -f 'version/dev/index.html' ]]; then
cp version/dev/index.html index.html
Expand All @@ -315,6 +317,7 @@ runs:
sed -i 's/action="search.html"/action="version\/dev\/search.html"/g' index.html
sed -i 's|script\.src = ".*_static/js/meilisearch_theme_wrap\.js"|script.src = "version/dev/_static/js/meilisearch_theme_wrap.js"|g' index.html
sed -i 's|const SEARCH_FILE = ".*_static/search.json";|const SEARCH_FILE = "version/dev/_static/search.json";|g' index.html
sed -i 's|var searchPath = ".*_static/search.json";|var searchPath = "version/dev/_static/search.json";|g' index.html
sed -i 's|<html lang="en" data-content_root="./" >|<html lang="en" data-content_root="./version/dev/" >|g' index.html
else
echo "Error: The 'index.html' file does not exist." >&2
Expand Down

0 comments on commit b4d1d4b

Please sign in to comment.