From 79806090bc73d4016fa61a4c16226c1beb1b6ebe Mon Sep 17 00:00:00 2001 From: Alex-zReeZ Date: Tue, 25 Jun 2024 16:23:17 +0200 Subject: [PATCH] fix: fix changed cd direction --- .github/workflows/formating.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/formating.yml b/.github/workflows/formating.yml index 5eb4cf2..1a89920 100644 --- a/.github/workflows/formating.yml +++ b/.github/workflows/formating.yml @@ -15,7 +15,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Go to interface - run: cd ./../nextjs-interface/ + run: cd nextjs-interface/ - name: Checkout code uses: actions/checkout@v4 - uses: actions/setup-node@v4 @@ -31,7 +31,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Go to interface - run: cd ./../nextjs-interface/ + run: cd nextjs-interface/ - name: Checkout code uses: actions/checkout@v4 - uses: actions/setup-node@v4