From 704e9773e03f0d9d785e8959c6d1ad5271a3f5d8 Mon Sep 17 00:00:00 2001 From: Svetlana Karslioglu Date: Tue, 23 Apr 2024 18:21:24 -0700 Subject: [PATCH] Update doc_build.yml change persist-credentials to true. --- .github/workflows/doc_build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/doc_build.yml b/.github/workflows/doc_build.yml index 0dea8abfb..a3d61f7ae 100644 --- a/.github/workflows/doc_build.yml +++ b/.github/workflows/doc_build.yml @@ -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: @@ -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