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 5e2fd3b + c2c9f71 commit 6f7722eCopy full SHA for 6f7722e
.github/workflows/build-docs.yml
@@ -73,8 +73,9 @@ 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
77
git fetch --all
- git checkout gh-pages
78
+ git checkout --track tokened_docs/gh-pages
79
- name: 'Copy build to root'
80
81
@@ -89,5 +90,5 @@ jobs:
89
90
- name: Publish changes
91
if: ${{ success() && !github.event.pull_request && github.event.action != 'closed'}}
92
- git push origin gh-pages
93
+ git push tokened_docs gh-pages
94
timeout-minutes: 10
0 commit comments