Skip to content

Commit

Permalink
chore: update generation action
Browse files Browse the repository at this point in the history
  • Loading branch information
mohnoor94 committed Mar 25, 2024
1 parent 3d703d8 commit 2878d18
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/generate-docs-site.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
rm -rf docs code
touch index.html
echo "<!DOCTYPE html><html><head><title>Expedia Group Rapid SDK Reference Documentation</title></head><body><h1>Expedia Group Rapid SDK Reference Documentation</h1><ul>" > index.html
echo "<li><a href=\"${dir}index.html\">latest</a></li>" >> index.html
echo "<li><a href=\"latest/index.html\">Latest (Version ${{ github.event.inputs.version }})</a></li>" >> index.html
for dir in $(ls -d */); do
echo "<li><a href=\"${{ github.event.inputs.version }}\index.html\">${dir}</a></li>" >> index.html
done
Expand Down

0 comments on commit 2878d18

Please sign in to comment.