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 6d61551 commit 618fe84Copy full SHA for 618fe84
.github/workflows/publish_docs_to_pages.yml
@@ -36,8 +36,8 @@ jobs:
36
run: |
37
git remote rm origin
38
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"
+ git config user.email "github.workflow@nomail"
+ git config user.name "Github Workflow: publish_docs_to_pages.yml"
41
#git remote -v
42
#git config -l
43
echo "Fetching gh-pages"
0 commit comments