Skip to content

Commit 16fc6fb

Browse files
CI: Tweak doc build.
1 parent 8c66916 commit 16fc6fb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish_docs_to_pages.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
env:
3535
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
3636
run: |
37-
git remote rm origin
37+
#git remote rm origin
3838
#git remote add origin "https://${GITHUB_TOKEN}@github.com/numpy/numpy-financial.git"
3939
git config user.email "github.workflow@nomail"
4040
git config user.name "Github Workflow: publish_docs_to_pages.yml"

0 commit comments

Comments
 (0)