Merge branch 'main' of github.com:LearningOS/uCore-Tutorial-Book into main
This commit is contained in:
commit
e9f125ebf2
|
@ -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
|
||||
|
||||
|
|
|
@ -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",
|
||||
|
|
Loading…
Reference in New Issue