Skip to content

Commit

Permalink
Fix broken links
Browse files Browse the repository at this point in the history
  • Loading branch information
Piotr Chmielnik committed Feb 23, 2024
1 parent f7a5de3 commit d3fd859
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish_site.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
run: |
sed -i '/^url:/c\url: "https://${{ env.WEBSITE_URL }}"' _config.yml
WEBSITE_VERSION=$(cat _config.yml|grep "^opensearch_major_minor_version:"|cut -d ':' -f2| tr -d '[:blank:]')
sed -i '/^baseurl:/c\baseurl: "/docs/$WEBSITE_VERSION"' _config.yml
sed -i '/^baseurl:/c\baseurl: "/docs/${WEBSITE_VERSION}"' _config.yml
cat _config.yml|grep -e "^url:" -e "^baseurl:"
- run: bundle exec jekyll build --future
- uses: actions/upload-artifact@v4
Expand Down

0 comments on commit d3fd859

Please sign in to comment.