Skip to content

Commit

Permalink
Merge pull request #37 from IntelPython/fix-typo
Browse files Browse the repository at this point in the history
dpctl->mkl_random in github URL in github action script
  • Loading branch information
oleksandr-pavlyk authored Feb 23, 2024
2 parents 6f7722e + bc58b5b commit 510ca5c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ jobs:
- name: Checkout gh-pages
if: ${{ !github.event.pull_request && github.event.action != 'closed'}}
run: |
git remote add tokened_docs https://IntelPython:${{ secrets.GITHUB_TOKEN }}@github.com/IntelPython/dpctl.git
git remote add tokened_docs https://IntelPython:${{ secrets.GITHUB_TOKEN }}@github.com/IntelPython/mkl_random.git
git fetch --all
git checkout --track tokened_docs/gh-pages
- name: 'Copy build to root'
Expand Down

0 comments on commit 510ca5c

Please sign in to comment.