Merge branch 'main' of github.com:LearningOS/uCore-Tutorial-Book into main

This commit is contained in:
zyr 2021-11-29 21:00:15 +08:00
commit e9f125ebf2
2 changed files with 2 additions and 2 deletions

View File

@ -12,7 +12,7 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-python@v2
with:
python-version: "3.x"
python-version: "3.8.10"
- name: Install dependencies
run: pip install -r requirements.txt

View File

@ -38,7 +38,7 @@ extensions = [
comments_config = {
"utterances": {
"repo": "rcore-os/rCore-Tutorial-Book-v3",
"repo": "LearningOS/uCore-Tutorial-Book",
"issue-term": "pathname",
"label": "comments",
"theme": "github-light",