Skip to content

Commit

Permalink
gh-action: Fix action step
Browse files Browse the repository at this point in the history
  • Loading branch information
danilapog committed Jan 30, 2025
1 parent 4da30e9 commit e68ff6f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,8 @@ jobs:

- name: Build Packages
run: NODE_OPTIONS="--max-old-space-size=12288" npm run build


- name: Configure AWS Credentials
run: |
m="${{github.event.inputs.site_mode}}"
if [ "$m" = "production" ]; then
Expand Down

0 comments on commit e68ff6f

Please sign in to comment.