Skip to content

Commit

Permalink
fix: deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
jvmonjo committed Feb 22, 2024
1 parent 98a8915 commit 07d4f61
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/grunt.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Build theme
on:
# Runs on pushes targeting the default branch
push:
branches: ["main"]
branches: ["master"]
workflow_dispatch:

permissions:
Expand All @@ -19,9 +19,9 @@ jobs:
uses: actions/setup-node@v3
with:
node-version: '18.x'
# - run: npm ci
- run: npm i
- run: npm run build
- run: npm compress
- run: npm run deploy
- name: Create Release
id: create_release
uses: actions/create-release@v1
Expand Down

0 comments on commit 07d4f61

Please sign in to comment.