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.
1 parent bf00b6b commit 141a9d4Copy full SHA for 141a9d4
.github/workflows/ci_docs.yml
@@ -176,7 +176,7 @@ jobs:
176
path: deploy
177
# Download the entire history
178
fetch-depth: 0
179
- persist-credentials: false
+ persist-credentials: true
180
if: (github.event_name == 'release' || github.event_name == 'push') && (matrix.os == 'ubuntu-latest')
181
182
- name: Push the built HTML to gh-pages
0 commit comments