Skip to content

Commit

Permalink
Merge branch 'main' into jcaip/quant+sparse_subclasses
Browse files Browse the repository at this point in the history
  • Loading branch information
jcaip committed Apr 24, 2024
2 parents 69657b5 + 3499e2a commit afc9d3d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/doc_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ jobs:
uses: actions/checkout@v3
with:
ref: gh-pages
persist-credentials: false
persist-credentials: true
- name: Download artifact
uses: actions/download-artifact@v3
with:
Expand Down Expand Up @@ -133,4 +133,4 @@ jobs:
git config user.email 'soumith+bot@pytorch.org'
git add "${TARGET_FOLDER}" || true
git commit -m "auto-generating sphinx docs" || true
git push -f
git push -f

0 comments on commit afc9d3d

Please sign in to comment.