Skip to content

Commit 92b1a5d

Browse files
committed
Newer version mkdocs does not use jquery
IB-8143 Signed-off-by: Raul Metsma <[email protected]>
1 parent f54953d commit 92b1a5d

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

.github/workflows/pages.yml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
- name: Setup Python
1212
uses: actions/setup-python@v5
1313
with:
14-
python-version: '3.10'
14+
python-version: '3.12'
1515
- name: Install dependencies
1616
run: python3 -m pip install mkdocs-bootswatch
1717
- name: Build docs
@@ -20,11 +20,6 @@ jobs:
2020
rm -rf *
2121
cd ID_software_architecture_files
2222
mkdocs build
23-
sed -ie 's!jquery-1.10.2.min.js!jquery-3.5.0.min.js!' site/404.html
24-
sed -ie 's!jquery-1.10.2.min.js!jquery-3.5.0.min.js!' site/index.html
25-
rm site/*.htmle
26-
rm site/js/jquery*
27-
curl -o site/js/jquery-3.5.0.min.js https://code.jquery.com/jquery-3.5.0.min.js
2823
mv site/* ..
2924
rmdir site
3025
- name: Deploy

0 commit comments

Comments
 (0)