From ed43e7b674558f056733fb2c6177d1a6e534ac38 Mon Sep 17 00:00:00 2001 From: reggie Date: Fri, 11 Oct 2024 20:33:58 -0500 Subject: [PATCH] I guess that doesn't persist --- .github/workflows/docs.yml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index ddb0f1db..2caa14d3 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -26,6 +26,11 @@ permissions: jobs: build-docs: runs-on: ubuntu-latest + + defaults: + run: + working-directory: docs + steps: - name: Print inputs if: ${{ github.event_name == 'workflow_dispatch' }} @@ -34,8 +39,6 @@ jobs: - uses: actions/checkout@v4 - - run: cd docs - - name: Configure Git Credentials run: | git config user.name github-actions[bot]