Skip to content

Commit

Permalink
fix: fix changed cd direction
Browse files Browse the repository at this point in the history
  • Loading branch information
Alex-zReeZ committed Jun 25, 2024
1 parent 4a77a4a commit 7980609
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/formating.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down

0 comments on commit 7980609

Please sign in to comment.