We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 6f7722e + bc58b5b commit 510ca5cCopy full SHA for 510ca5c
.github/workflows/build-docs.yml
@@ -73,7 +73,7 @@ jobs:
73
- name: Checkout gh-pages
74
if: ${{ !github.event.pull_request && github.event.action != 'closed'}}
75
run: |
76
- 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
77
git fetch --all
78
git checkout --track tokened_docs/gh-pages
79
- name: 'Copy build to root'
0 commit comments