Skip to content

Commit

Permalink
try
Browse files Browse the repository at this point in the history
  • Loading branch information
microbecode committed Nov 8, 2023
1 parent 62a3f60 commit c0830af
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/nextjs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,13 +24,15 @@ concurrency:
group: "pages"
cancel-in-progress: false

defaults:
run:
working-directory: ./frontend

jobs:
# Build job
build:
runs-on: ubuntu-latest
defaults:
run:
working-directory: ./frontend

steps:
- name: Checkout
uses: actions/checkout@v3
Expand Down

0 comments on commit c0830af

Please # to comment.