From 8cf29f2f57aec3dee8218c11209ed9cbcfa0437a Mon Sep 17 00:00:00 2001 From: Pavel Sountsov Date: Fri, 17 May 2024 19:56:40 -0700 Subject: [PATCH] Try fixing doc deployment, try 2 --- .github/workflows/update-docs.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/update-docs.yml b/.github/workflows/update-docs.yml index 4befedcc2..8c5163940 100644 --- a/.github/workflows/update-docs.yml +++ b/.github/workflows/update-docs.yml @@ -32,13 +32,13 @@ jobs: make html - name: Deploy - uses: actions/checkout@v4 - with: + - uses: actions/checkout@v4 + with: repository: liballeg/liballeg.github.io ssh-key: ${{ secrets.LIBALLEG_DEPLOY_KEY }} ref: master path: liballeg - run: | + - run: | cd liballeg git config user.name "allebot" git config user.email "13711631+allebot@users.noreply.github.com"