Skip to content

Commit 618fe84

Browse files
CI: Tweak doc build.
1 parent 6d61551 commit 618fe84

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/publish_docs_to_pages.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,8 @@ jobs:
3636
run: |
3737
git remote rm origin
3838
git remote add origin "https://${GITHUB_TOKEN}@github.com/numpy/numpy-financial.git"
39-
#git config user.email "github.workflow@nomail"
40-
#git config user.name "Github Workflow: publish_docs_to_pages.yml"
39+
git config user.email "github.workflow@nomail"
40+
git config user.name "Github Workflow: publish_docs_to_pages.yml"
4141
#git remote -v
4242
#git config -l
4343
echo "Fetching gh-pages"

0 commit comments

Comments
 (0)