Skip to content

Commit

Permalink
Bump asset version
Browse files Browse the repository at this point in the history
  • Loading branch information
gbtami committed Feb 5, 2025
1 parent c197365 commit 58adb8b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion md2html.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ node ../../md2html.js

SRC='https://github.com/gbtami/pychess-variants/blob/master';
#DST='https://www.pychess.org';
DST='https://cdn.jsdelivr.net/gh/gbtami/pychess-variants\@1.10.57';
DST='https://cdn.jsdelivr.net/gh/gbtami/pychess-variants\@1.10.58';
find . -type f -name "*.html" -exec perl -pi -e s,$SRC,$DST,g '{}' +

mkdir -p ../../templates/docs
Expand Down

0 comments on commit 58adb8b

Please sign in to comment.