File tree Expand file tree Collapse file tree 1 file changed +8
-6
lines changed Expand file tree Collapse file tree 1 file changed +8
-6
lines changed Original file line number Diff line number Diff line change @@ -34,10 +34,12 @@ jobs:
34
34
env :
35
35
GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
36
36
run : |
37
- git clone [email protected] :numpy/numpy-financial.git
38
- cd numpy-financial
39
- git remote -v
40
- git config -l
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"
41
+ #git remote -v
42
+ #git config -l
41
43
echo "Fetching gh-pages"
42
44
git fetch origin gh-pages
43
45
echo "Checking out gh-pages branch"
53
55
echo "Adding new documentation"
54
56
git add -A
55
57
git commit -m "Add new documentation"
56
- echo "Pushing new documentation to origin"
57
- git push -v origin gh-pages
58
+ # echo "Pushing new documentation to origin"
59
+ # git push -v origin gh-pages
You can’t perform that action at this time.
0 commit comments