Skip to content

Commit

Permalink
chore: deploy.yml 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
AAminha authored Mar 6, 2024
1 parent 7937f7c commit 09186fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
GATSBY_APP_SANITY_DATASET: ${{ secrets.GATSBY_APP_SANITY_DATASET }}

- name: build application
run: gatsby build
run: ./node_modules/.bin/gatsby build

- name: Deploy to s3
env:
Expand Down

0 comments on commit 09186fc

Please sign in to comment.