Skip to content

Commit

Permalink
Trying to fix pipelines.
Browse files Browse the repository at this point in the history
  • Loading branch information
Utar94 committed Jan 4, 2024
1 parent 1e01cec commit 7cab2b4
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions .github/workflows/build-frontend.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,15 +8,18 @@ on:
- 'frontend/**'
workflow_dispatch:

defaults:
run:
working-directory: ./frontend
#defaults:
# run:
# working-directory: ./frontend

jobs:
build:
name: Build PokéData Frontend
runs-on: ubuntu-latest
steps:
- name: Checkout Repository
uses: actions/checkout@v4

- name: Setup Node 20
uses: actions/setup-node@v4
with:
Expand Down

0 comments on commit 7cab2b4

Please sign in to comment.