From 55547d74c408e3094f5478e803a71acc321999d0 Mon Sep 17 00:00:00 2001 From: Ingo <114231152+OG-NI@users.noreply.github.com> Date: Tue, 30 Apr 2024 17:15:16 +0200 Subject: [PATCH] navigation to docs folder Co-authored-by: Benedict Weis <47110382+benedictweis@users.noreply.github.com> --- .github/workflows/docs.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index b6a827c..c7168e4 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -16,4 +16,4 @@ jobs: ref: ${{ github.event.pull_request.head.sha }} - name: Run check format - run: npm run check:format + run: cd docs && npm run check:format