Skip to content

Commit

Permalink
🔀 Merge pull request #75 from astariul/fix_readme3
Browse files Browse the repository at this point in the history
Fix pages not able to read public readme due to version / tags discrepancy (3)
  • Loading branch information
astariul authored Dec 31, 2023
2 parents 29a8b37 + 2f3634c commit 43e0b8c
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/actions.py
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ def register(pkg_name, version, author, short_desc, homepage):
template = template.replace("_homepage", homepage)
template = template.replace("_author", author)
template = template.replace("_long_description", long_desc)
template = template.replace("_latest_main", norm_version)
template = template.replace("_latest_main", version)

os.mkdir(norm_pkg_name)
package_index = os.path.join(norm_pkg_name, INDEX_FILE)
Expand Down
2 changes: 1 addition & 1 deletion mydependency/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
v1.0
</span>
<span id='latest-main-version' hidden>
1.0
v1.0
</span>
</section>

Expand Down
2 changes: 1 addition & 1 deletion private-hello/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
v0.4.5
</span>
<span id='latest-main-version' hidden>
0.4.5
v0.4.5
</span>
</section>

Expand Down
2 changes: 1 addition & 1 deletion transformers/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
v3.0.0
</span>
<span id='latest-main-version' hidden>
3.0.0
v3.0.0
</span>
</section>

Expand Down

0 comments on commit 43e0b8c

Please sign in to comment.