Skip to content

Commit

Permalink
fix: workflows githubaction CI=''
Browse files Browse the repository at this point in the history
  • Loading branch information
ebokyung committed Feb 5, 2024
1 parent 1cd85c8 commit 455f055
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/githubaction.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
# if: steps.cache.outputs.cache-hit != 'true'

- name: Build
run: npm run build
run: CI='' npm run build

- name: Deploy
uses: lbertenasco/s3-deploy@v1
Expand Down

0 comments on commit 455f055

Please sign in to comment.