Skip to content

Commit 441e177

Browse files
authored
Merge pull request #173 from Rust-Data-Science/wip-fix-doc-build
fix-doc-build
2 parents 46275c5 + 7d98bab commit 441e177

File tree

2 files changed

+3
-5
lines changed

2 files changed

+3
-5
lines changed

.github/workflows/sphinx.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,7 @@ on:
55

66
# Allows you to run this workflow manually from the Actions tab
77
workflow_dispatch:
8-
9-
10-
permissions: read-all|write-all
8+
permissions: write-all
119

1210

1311
jobs:
@@ -47,7 +45,7 @@ jobs:
4745
path: docs/html/
4846
- name: Commit documentation changes
4947
run: |
50-
git clone https://github.com/tushushu/ulist.git --branch gh-pages --single-branch gh-pages
48+
git clone https://github.com/Rust-Data-Science/ulist.git --branch gh-pages --single-branch gh-pages
5149
cp -r docs/html/* gh-pages/
5250
cd gh-pages
5351
git config --local user.email "action@github.com"

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ ulist
33

44
|PyPI| |License| |CI| |doc| |publish| |code style| |Coverage|
55

6-
`Documentation <https://tushushu.github.io/ulist/>`__ \| `Source
6+
`Documentation <https://rust-data-science.github.io/ulist/>`__ \| `Source
77
Code <https://github.com/tushushu/ulist>`__
88

99
What

0 commit comments

Comments
 (0)