From 2a72c2fe92c6c7e3c3148501accbbbf512071af1 Mon Sep 17 00:00:00 2001 From: Anirban Kar Date: Thu, 28 Nov 2024 18:53:27 +0530 Subject: [PATCH] pipeline fix --- .github/workflows/docs.yaml | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/.github/workflows/docs.yaml b/.github/workflows/docs.yaml index 7a16cfd..13f24a0 100644 --- a/.github/workflows/docs.yaml +++ b/.github/workflows/docs.yaml @@ -10,6 +10,9 @@ permissions: jobs: build_docs: runs-on: ubuntu-latest + defaults: + run: + working-directory: ./docs steps: - uses: actions/checkout@v4 - name: Configure Git Credentials @@ -26,6 +29,6 @@ jobs: path: .cache restore-keys: | mkdocs-material- - - run: cd docs - - run: pip install mkdocs-material - - run: mkdocs gh-deploy --force \ No newline at end of file + + - run: pip install mkdocs-material + - run: mkdocs gh-deploy --force \ No newline at end of file