Skip to content

Commit 47a4e79

Browse files
committed
fix
1 parent 06883f4 commit 47a4e79

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/sphinx.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
path: docs/html/
4646
- name: Commit documentation changes
4747
run: |
48-
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
4949
cp -r docs/html/* gh-pages/
5050
cd gh-pages
5151
git config --local user.email "action@github.com"

0 commit comments

Comments
 (0)