Skip to content

Commit

Permalink
Merge pull request #19 from open-eid/actions
Browse files Browse the repository at this point in the history
Newer version mkdocs does not use jquery
  • Loading branch information
kristelmerilain authored Jul 11, 2024
2 parents f54953d + 92b1a5d commit 130e898
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
- name: Setup Python
uses: actions/setup-python@v5
with:
python-version: '3.10'
python-version: '3.12'
- name: Install dependencies
run: python3 -m pip install mkdocs-bootswatch
- name: Build docs
Expand All @@ -20,11 +20,6 @@ jobs:
rm -rf *
cd ID_software_architecture_files
mkdocs build
sed -ie 's!jquery-1.10.2.min.js!jquery-3.5.0.min.js!' site/404.html
sed -ie 's!jquery-1.10.2.min.js!jquery-3.5.0.min.js!' site/index.html
rm site/*.htmle
rm site/js/jquery*
curl -o site/js/jquery-3.5.0.min.js https://code.jquery.com/jquery-3.5.0.min.js
mv site/* ..
rmdir site
- name: Deploy
Expand Down

0 comments on commit 130e898

Please sign in to comment.