We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f54953d + 92b1a5d commit 130e898Copy full SHA for 130e898
.github/workflows/pages.yml
@@ -11,7 +11,7 @@ jobs:
11
- name: Setup Python
12
uses: actions/setup-python@v5
13
with:
14
- python-version: '3.10'
+ python-version: '3.12'
15
- name: Install dependencies
16
run: python3 -m pip install mkdocs-bootswatch
17
- name: Build docs
@@ -20,11 +20,6 @@ jobs:
20
rm -rf *
21
cd ID_software_architecture_files
22
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
28
mv site/* ..
29
rmdir site
30
- name: Deploy
0 commit comments