Skip to content

Commit 510ca5c

Browse files
Merge pull request #37 from IntelPython/fix-typo
dpctl->mkl_random in github URL in github action script
2 parents 6f7722e + bc58b5b commit 510ca5c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ jobs:
7373
- name: Checkout gh-pages
7474
if: ${{ !github.event.pull_request && github.event.action != 'closed'}}
7575
run: |
76-
git remote add tokened_docs https://IntelPython:${{ secrets.GITHUB_TOKEN }}@github.com/IntelPython/dpctl.git
76+
git remote add tokened_docs https://IntelPython:${{ secrets.GITHUB_TOKEN }}@github.com/IntelPython/mkl_random.git
7777
git fetch --all
7878
git checkout --track tokened_docs/gh-pages
7979
- name: 'Copy build to root'

0 commit comments

Comments
 (0)