We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 06883f4 commit 47a4e79Copy full SHA for 47a4e79
.github/workflows/sphinx.yml
@@ -45,7 +45,7 @@ jobs:
45
path: docs/html/
46
- name: Commit documentation changes
47
run: |
48
- git clone https://github.com/tushushu/ulist.git --branch gh-pages --single-branch gh-pages
+ git clone https://github.com/Rust-Data-Science/ulist.git --branch gh-pages --single-branch gh-pages
49
cp -r docs/html/* gh-pages/
50
cd gh-pages
51
git config --local user.email "action@github.com"
0 commit comments