Skip to content

Commit

Permalink
Bump asset version
Browse files Browse the repository at this point in the history
  • Loading branch information
gbtami committed Oct 26, 2024
1 parent 641bcf3 commit 97b8501
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.41';
DST='https://cdn.jsdelivr.net/gh/gbtami/pychess-variants\@1.10.42';
find . -type f -name "*.html" -exec perl -pi -e s,$SRC,$DST,g '{}' +

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

0 comments on commit 97b8501

Please sign in to comment.