Skip to content

Commit 48bd599

Browse files
CI: Tweak doc build.
1 parent 4d8f2f8 commit 48bd599

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/publish_docs_to_pages.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,9 +37,9 @@ jobs:
3737
#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"
40-
git config user.name "Github Workflow: publish_docs_to_pages.yml"
40+
git config user.name "none"
4141
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
4343
echo "Checking out gh-pages branch"
4444
git checkout gh-pages
4545
echo "Removing old documentation"
@@ -58,4 +58,4 @@ jobs:
5858
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
5959
run: |
6060
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

0 commit comments

Comments
 (0)