Skip to content

Commit 141a9d4

Browse files
authored
CI: Set persist-credentials to true to allow pushing to the gh-pages branch (#3867)
1 parent bf00b6b commit 141a9d4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci_docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,7 @@ jobs:
176176
path: deploy
177177
# Download the entire history
178178
fetch-depth: 0
179-
persist-credentials: false
179+
persist-credentials: true
180180
if: (github.event_name == 'release' || github.event_name == 'push') && (matrix.os == 'ubuntu-latest')
181181

182182
- name: Push the built HTML to gh-pages

0 commit comments

Comments
 (0)