Skip to content

Commit

Permalink
fix package versions
Browse files Browse the repository at this point in the history
  • Loading branch information
AIboy996 committed Dec 31, 2023
1 parent 809eee4 commit 419fc90
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/issueMySite.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
fetch-depth: 0 # for mkdocs-git-revision-date-localized-plugin
- uses: actions/setup-python@v4
with:
python-version: "3.10.9"
python-version: "3.11.5"
- run: python3 -m pip install -r requirements.txt
- run: mkdocs gh-deploy --force -b publishment
deployment-cloudfare-pages:
Expand Down
2 changes: 1 addition & 1 deletion overrides/main.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

{% block announce %}
<!-- Add announcement here, including arbitrary HTML -->
Latest Update(๑•ᴗ•๑)♡ : <a href="/Note/Shell/man">RTFM</a>
Latest Update(๑•ᴗ•๑)♡ : <a href="/Blog/2023/2023_summary">2023年度回顾</a>
{% endblock %}


Expand Down
10 changes: 5 additions & 5 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
mkdocs==1.5.2
mkdocs==1.5.3
mkdocs-git-revision-date-localized-plugin==1.1.0
mkdocs-glightbox==0.3.1
# mkdocs-jupyter==0.22.0
mkdocs-material==9.2.5
mkdocs-material==8.5.11
mkdocs-material-extensions==1.1.1
mkdocs-minify-plugin==0.6.2
mkdocs-video==1.5.0
mkdocs-rss-plugin==1.7.0
mkdocs-static-i18n==1.2.0
mkdocs-static-i18n==1.2.0
mkdocs-video==1.5.0
# mkdocs-jupyter==0.22.0

0 comments on commit 419fc90

Please sign in to comment.