File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 37
37
#git remote rm origin
38
38
#git remote add origin "https://${GITHUB_TOKEN}@github.com/numpy/numpy-financial.git"
39
39
git config user.email "github.workflow@nomail"
40
- git config user.name "Github Workflow: publish_docs_to_pages.yml "
40
+ git config user.name "none "
41
41
echo "Fetching gh-pages"
42
- git fetch "https://${GITHUB_TOKEN}:x-oauth-basic @github.com/numpy/numpy-financial.git" gh-pages
42
+ git fetch "https://${GITHUB_TOKEN}@github.com/numpy/numpy-financial.git" gh-pages
43
43
echo "Checking out gh-pages branch"
44
44
git checkout gh-pages
45
45
echo "Removing old documentation"
58
58
GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
59
59
run : |
60
60
echo "Pushing new documentation to origin"
61
- git push -v "https://${GITHUB_TOKEN}:x-oauth-basic @github.com/numpy/numpy-financial.git" gh-pages
61
+ git push -v "https://${GITHUB_TOKEN}@github.com/numpy/numpy-financial.git" gh-pages
You can’t perform that action at this time.
0 commit comments