Skip to content

Commit afc9d3d

Browse files
authored
Merge branch 'main' into jcaip/quant+sparse_subclasses
2 parents 69657b5 + 3499e2a commit afc9d3d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/doc_build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ jobs:
9595
uses: actions/checkout@v3
9696
with:
9797
ref: gh-pages
98-
persist-credentials: false
98+
persist-credentials: true
9999
- name: Download artifact
100100
uses: actions/download-artifact@v3
101101
with:
@@ -133,4 +133,4 @@ jobs:
133133
git config user.email 'soumith+bot@pytorch.org'
134134
git add "${TARGET_FOLDER}" || true
135135
git commit -m "auto-generating sphinx docs" || true
136-
git push -f
136+
git push -f

0 commit comments

Comments
 (0)